mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
- this is 0.7.3.
This commit is contained in:
parent
05fd2b4d4e
commit
e5ce1da9a3
1 changed files with 4 additions and 4 deletions
|
@ -41,15 +41,15 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "0.7.1 alpha"
|
||||
#define VERSIONSTR "0.7.3 alpha"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 0,7,0,0
|
||||
#define RC_PRODUCTVERSION 0,7,0,0
|
||||
#define RC_FILEVERSION 0,7,3,0
|
||||
#define RC_PRODUCTVERSION 0,7,3,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning.
|
||||
#define VER_MAJOR 4
|
||||
#define VER_MINOR 4
|
||||
#define VER_MINOR 5
|
||||
#define VER_REVISION 0
|
||||
|
||||
#define ENG_MAJOR 0
|
||||
|
|
Loading…
Reference in a new issue