mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
0.4.1
This commit is contained in:
parent
91b9ce54e4
commit
7f58e8b6ca
1 changed files with 4 additions and 4 deletions
|
@ -41,16 +41,16 @@ const char *GetVersionString();
|
||||||
|
|
||||||
/** Lots of different version numbers **/
|
/** Lots of different version numbers **/
|
||||||
|
|
||||||
#define VERSIONSTR "0.4.0 alpha"
|
#define VERSIONSTR "0.4.1 alpha"
|
||||||
|
|
||||||
// The version as seen in the Windows resource
|
// The version as seen in the Windows resource
|
||||||
#define RC_FILEVERSION 0,4,0,0
|
#define RC_FILEVERSION 0,4,1,0
|
||||||
#define RC_PRODUCTVERSION 0,4,0,0
|
#define RC_PRODUCTVERSION 0,4,1,0
|
||||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||||
// These are for content versioning.
|
// These are for content versioning.
|
||||||
#define VER_MAJOR 0
|
#define VER_MAJOR 0
|
||||||
#define VER_MINOR 4
|
#define VER_MINOR 4
|
||||||
#define VER_REVISION 0
|
#define VER_REVISION 1
|
||||||
|
|
||||||
// More stuff that needs to be different for derivatives.
|
// More stuff that needs to be different for derivatives.
|
||||||
#define GAMENAME "Raze"
|
#define GAMENAME "Raze"
|
||||||
|
|
Loading…
Reference in a new issue