Skip to content

Commit f672069

Browse files
committed
Version bump
1 parent bb69871 commit f672069

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[] = "09";
7+
static const char GDCore_DATE[] = "17";
88
static const char GDCore_MONTH[] = "04";
99
static const char GDCore_YEAR[] = "2016";
1010

@@ -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 = 90;
18+
static const long GDCore_BUILD = 91;
1919
static const long GDCore_REVISION = 0;
2020

2121
//Miscellaneous Version Types
22-
#define GDCore_RC_FILEVERSION 4,0,90,0
23-
#define GDCore_RC_FILEVERSION_STRING "4, 0, 90, 0\0"
24-
static const char GDCore_FULLVERSION_STRING[] = "4.0.90.0";
22+
#define GDCore_RC_FILEVERSION 4,0,91,0
23+
#define GDCore_RC_FILEVERSION_STRING "4, 0, 91, 0\0"
24+
static const char GDCore_FULLVERSION_STRING[] = "4.0.91.0";
2525
}
2626
#endif //GDCORE_VERSION_H

0 commit comments

Comments
 (0)