Skip to content

Commit 61b01aa

Browse files
committed
Version bump
1 parent 0296162 commit 61b01aa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Binaries/Releases/InnoSetupInstallerScript.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AllowNoIcons=yes
1313
LicenseFile=..\Output\Release_Windows\License-en.rtf
1414
InfoBeforeFile=..\Output\Release_Windows\Informations-en.rtf
1515
OutputDir=.\
16-
OutputBaseFilename=gd4083
16+
OutputBaseFilename=gd4090
1717
Compression=lzma
1818
SolidCompression=yes
1919
SetupIconFile=..\Output\Release_Windows\res\icon.ico

Core/GDCore/Tools/Version.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
namespace AutoVersion{
55

66
//Date Version Types
7-
static const char GDCore_DATE[] = "17";
8-
static const char GDCore_MONTH[] = "01";
7+
static const char GDCore_DATE[] = "09";
8+
static const char GDCore_MONTH[] = "04";
99
static const char GDCore_YEAR[] = "2016";
1010

1111
//Software Status
@@ -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 = 89;
18+
static const long GDCore_BUILD = 90;
1919
static const long GDCore_REVISION = 0;
2020

2121
//Miscellaneous Version Types
22-
#define GDCore_RC_FILEVERSION 4,0,89,0
23-
#define GDCore_RC_FILEVERSION_STRING "4, 0, 89, 0\0"
24-
static const char GDCore_FULLVERSION_STRING[] = "4.0.89.0";
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";
2525
}
2626
#endif //GDCORE_VERSION_H

0 commit comments

Comments
 (0)