4
4
namespace AutoVersion {
5
5
6
6
// Date Version Types
7
- static const char GDCore_DATE[] = " 16 " ;
8
- static const char GDCore_MONTH[] = " 09 " ;
9
- static const char GDCore_YEAR[] = " 2015 " ;
7
+ static const char GDCore_DATE[] = " 17 " ;
8
+ static const char GDCore_MONTH[] = " 01 " ;
9
+ static const char GDCore_YEAR[] = " 2016 " ;
10
10
11
11
// Software Status
12
12
static const char GDCore_STATUS[] = " Release" ;
@@ -15,12 +15,12 @@ namespace AutoVersion{
15
15
// Standard Version Type
16
16
static const long GDCore_MAJOR = 4 ;
17
17
static const long GDCore_MINOR = 0 ;
18
- static const long GDCore_BUILD = 88 ;
18
+ static const long GDCore_BUILD = 89 ;
19
19
static const long GDCore_REVISION = 0 ;
20
20
21
21
// Miscellaneous Version Types
22
- #define GDCore_RC_FILEVERSION 4 ,0 ,88 ,0
23
- #define GDCore_RC_FILEVERSION_STRING " 4, 0, 88 , 0\0 "
24
- static const char GDCore_FULLVERSION_STRING[] = " 4.0.88 .0" ;
22
+ #define GDCore_RC_FILEVERSION 4 ,0 ,89 ,0
23
+ #define GDCore_RC_FILEVERSION_STRING " 4, 0, 89 , 0\0 "
24
+ static const char GDCore_FULLVERSION_STRING[] = " 4.0.89 .0" ;
25
25
}
26
26
#endif // GDCORE_VERSION_H
0 commit comments