Skip to content

Commit b9e245a

Browse files
committed
Version bump
1 parent 1b79580 commit b9e245a

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[] = "14";
7+
static const char GDCore_DATE[] = "22";
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 = 83;
18+
static const long GDCore_BUILD = 84;
1919
static const long GDCore_REVISION = 0;
2020

2121
//Miscellaneous Version Types
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";
22+
#define GDCore_RC_FILEVERSION 3,6,84,0
23+
#define GDCore_RC_FILEVERSION_STRING "3, 6, 84, 0\0"
24+
static const char GDCore_FULLVERSION_STRING[] = "3.6.84.0";
2525
}
2626
#endif //GDCORE_VERSION_H

0 commit comments

Comments
 (0)