Skip to content

Commit fd9b303

Browse files
committed
- this is version 1.4.0.
1 parent b5a5d24 commit fd9b303

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/core/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ const char *GetVersionString();
4141

4242
/** Lots of different version numbers **/
4343

44-
#define VERSIONSTR "1.4pre"
44+
#define VERSIONSTR "1.4.0"
4545

4646
// The version as seen in the Windows resource
47-
#define RC_FILEVERSION 1,4,9999,0
48-
#define RC_PRODUCTVERSION 1,4,9999,0
47+
#define RC_FILEVERSION 1,4,0,0
48+
#define RC_PRODUCTVERSION 1,4,0,0
4949
#define RC_PRODUCTVERSION2 VERSIONSTR
5050
// These are for content versioning.
5151
#define VER_MAJOR 4

0 commit comments

Comments
 (0)