File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
namespace AutoVersion {
5
5
6
6
// Date Version Types
7
- static const char GDCore_DATE[] = " 12 " ;
7
+ static const char GDCore_DATE[] = " 14 " ;
8
8
static const char GDCore_MONTH[] = " 07" ;
9
9
static const char GDCore_YEAR[] = " 2015" ;
10
10
@@ -15,12 +15,12 @@ namespace AutoVersion{
15
15
// Standard Version Type
16
16
static const long GDCore_MAJOR = 3 ;
17
17
static const long GDCore_MINOR = 6 ;
18
- static const long GDCore_BUILD = 82 ;
18
+ static const long GDCore_BUILD = 83 ;
19
19
static const long GDCore_REVISION = 0 ;
20
20
21
21
// Miscellaneous Version Types
22
- #define GDCore_RC_FILEVERSION 3 ,6 ,82 ,0
23
- #define GDCore_RC_FILEVERSION_STRING " 3, 6, 82 , 0\0 "
24
- static const char GDCore_FULLVERSION_STRING[] = " 3.6.82 .0" ;
22
+ #define GDCore_RC_FILEVERSION 3 ,6 ,83 ,0
23
+ #define GDCore_RC_FILEVERSION_STRING " 3, 6, 83 , 0\0 "
24
+ static const char GDCore_FULLVERSION_STRING[] = " 3.6.83 .0" ;
25
25
}
26
26
#endif // GDCORE_VERSION_H
You can’t perform that action at this time.
0 commit comments