Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian committed Sep 13, 2015
1 parent 05551c4 commit 5612333
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Core/GDCore/Tools/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace AutoVersion{

//Date Version Types
static const char GDCore_DATE[] = "10";
static const char GDCore_DATE[] = "13";
static const char GDCore_MONTH[] = "09";
static const char GDCore_YEAR[] = "2015";

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 = 86;
static const long GDCore_BUILD = 87;
static const long GDCore_REVISION = 0;

//Miscellaneous Version Types
#define GDCore_RC_FILEVERSION 4,0,86,0
#define GDCore_RC_FILEVERSION_STRING "4, 0, 86, 0\0"
static const char GDCore_FULLVERSION_STRING[] = "4.0.86.0";
#define GDCore_RC_FILEVERSION 4,0,87,0
#define GDCore_RC_FILEVERSION_STRING "4, 0, 87, 0\0"
static const char GDCore_FULLVERSION_STRING[] = "4.0.87.0";
}
#endif //GDCORE_VERSION_H

2 comments on commit 5612333

@victorlevasseur
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haven't seen a translation update commit, have you done it ?

@4ian
Copy link
Owner Author

@4ian 4ian commented on 5612333 Sep 14, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot it indeed! I've pushed a commit with updated translations, thanks! :)
This should be good to release a public new version now.

Please sign in to comment.