Skip to content

Commit 3b03aaa

Browse files
committed
Version bump
1 parent 3666928 commit 3b03aaa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Core/GDCore/Tools/Version.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace AutoVersion{
55

66
//Date Version Types
7-
static const char GDCore_DATE[] = "12";
7+
static const char GDCore_DATE[] = "14";
88
static const char GDCore_MONTH[] = "07";
99
static const char GDCore_YEAR[] = "2015";
1010

@@ -15,12 +15,12 @@ namespace AutoVersion{
1515
//Standard Version Type
1616
static const long GDCore_MAJOR = 3;
1717
static const long GDCore_MINOR = 6;
18-
static const long GDCore_BUILD = 82;
18+
static const long GDCore_BUILD = 83;
1919
static const long GDCore_REVISION = 0;
2020

2121
//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";
2525
}
2626
#endif //GDCORE_VERSION_H

0 commit comments

Comments
 (0)