Skip to content

Commit 5612333

Browse files
committed
Version bump
1 parent 05551c4 commit 5612333

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[] = "10";
7+
static const char GDCore_DATE[] = "13";
88
static const char GDCore_MONTH[] = "09";
99
static const char GDCore_YEAR[] = "2015";
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 = 86;
18+
static const long GDCore_BUILD = 87;
1919
static const long GDCore_REVISION = 0;
2020

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

0 commit comments

Comments
 (0)