Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian committed Apr 9, 2016
1 parent 0296162 commit 61b01aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Binaries/Releases/InnoSetupInstallerScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AllowNoIcons=yes
LicenseFile=..\Output\Release_Windows\License-en.rtf
InfoBeforeFile=..\Output\Release_Windows\Informations-en.rtf
OutputDir=.\
OutputBaseFilename=gd4083
OutputBaseFilename=gd4090
Compression=lzma
SolidCompression=yes
SetupIconFile=..\Output\Release_Windows\res\icon.ico
Expand Down
12 changes: 6 additions & 6 deletions Core/GDCore/Tools/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
namespace AutoVersion{

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

//Software Status
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 = 89;
static const long GDCore_BUILD = 90;
static const long GDCore_REVISION = 0;

//Miscellaneous Version Types
#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";
#define GDCore_RC_FILEVERSION 4,0,90,0
#define GDCore_RC_FILEVERSION_STRING "4, 0, 90, 0\0"
static const char GDCore_FULLVERSION_STRING[] = "4.0.90.0";
}
#endif //GDCORE_VERSION_H

0 comments on commit 61b01aa

Please sign in to comment.