Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian committed Jan 17, 2016
1 parent e444e80 commit 6a74d8c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Core/GDCore/Tools/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
namespace AutoVersion{

//Date Version Types
static const char GDCore_DATE[] = "16";
static const char GDCore_MONTH[] = "09";
static const char GDCore_YEAR[] = "2015";
static const char GDCore_DATE[] = "17";
static const char GDCore_MONTH[] = "01";
static const char GDCore_YEAR[] = "2016";

//Software Status
static const char GDCore_STATUS[] = "Release";
Expand All @@ -15,12 +15,12 @@ namespace AutoVersion{
//Standard Version Type
static const long GDCore_MAJOR = 4;
static const long GDCore_MINOR = 0;
static const long GDCore_BUILD = 88;
static const long GDCore_BUILD = 89;
static const long GDCore_REVISION = 0;

//Miscellaneous Version Types
#define GDCore_RC_FILEVERSION 4,0,88,0
#define GDCore_RC_FILEVERSION_STRING "4, 0, 88, 0\0"
static const char GDCore_FULLVERSION_STRING[] = "4.0.88.0";
#define GDCore_RC_FILEVERSION 4,0,89,0
#define GDCore_RC_FILEVERSION_STRING "4, 0, 89, 0\0"
static const char GDCore_FULLVERSION_STRING[] = "4.0.89.0";
}
#endif //GDCORE_VERSION_H

0 comments on commit 6a74d8c

Please sign in to comment.