mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-22 04:01:13 +00:00
- this is version 1.3.
This commit is contained in:
parent
a8c4d61fab
commit
e07243b938
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ const char *GetVersionString();
|
|||
#define VERSIONSTR "1.3pre"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 1,2,9999,0
|
||||
#define RC_PRODUCTVERSION 1,2,9999,0
|
||||
#define RC_FILEVERSION 1,3,0,0
|
||||
#define RC_PRODUCTVERSION 1,3,0,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning.
|
||||
#define VER_MAJOR 4
|
||||
|
|
Loading…
Reference in a new issue