mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-21 07:20:51 +00:00
- This is 1.5.0
This commit is contained in:
parent
a4d23477f7
commit
11d0a343bd
1 changed files with 4 additions and 4 deletions
|
@ -41,15 +41,15 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "1.5pre"
|
||||
#define VERSIONSTR "1.5.0"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 1,5,9999,0
|
||||
#define RC_PRODUCTVERSION 1,5,9999,0
|
||||
#define RC_FILEVERSION 1,5,0,0
|
||||
#define RC_PRODUCTVERSION 1,5,0,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning.
|
||||
#define VER_MAJOR 4
|
||||
#define VER_MINOR 7
|
||||
#define VER_MINOR 8
|
||||
#define VER_REVISION 0
|
||||
|
||||
#define ENG_MAJOR 1
|
||||
|
|
Loading…
Reference in a new issue