Skip to content

Commit 6a74d8c

Browse files
committed
Version bump
1 parent e444e80 commit 6a74d8c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Core/GDCore/Tools/Version.h

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

66
//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";
1010

1111
//Software Status
1212
static const char GDCore_STATUS[] = "Release";
@@ -15,12 +15,12 @@ namespace AutoVersion{
1515
//Standard Version Type
1616
static const long GDCore_MAJOR = 4;
1717
static const long GDCore_MINOR = 0;
18-
static const long GDCore_BUILD = 88;
18+
static const long GDCore_BUILD = 89;
1919
static const long GDCore_REVISION = 0;
2020

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

0 commit comments

Comments
 (0)