mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- save version bump.
# Conflicts: # source/common/version.h
This commit is contained in:
parent
f3d953513b
commit
9c9638a765
1 changed files with 5 additions and 5 deletions
|
@ -41,11 +41,11 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "0.4.1 alpha"
|
||||
#define VERSIONSTR "0.4.3 alpha"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 0,4,1,0
|
||||
#define RC_PRODUCTVERSION 0,4,1,0
|
||||
#define RC_FILEVERSION 0,4,3,0
|
||||
#define RC_PRODUCTVERSION 0,4,3,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning.
|
||||
#define VER_MAJOR 0
|
||||
|
@ -68,13 +68,13 @@ const char *GetVersionString();
|
|||
|
||||
#define MINSAVEVER_DN3D 3
|
||||
#define MINSAVEVER_BLD 3
|
||||
#define MINSAVEVER_RR 2
|
||||
#define MINSAVEVER_RR 3
|
||||
#define MINSAVEVER_SW 2
|
||||
#define MINSAVEVER_PS 2
|
||||
|
||||
#define SAVEVER_DN3D 3
|
||||
#define SAVEVER_BLD 3
|
||||
#define SAVEVER_RR 2
|
||||
#define SAVEVER_RR 3
|
||||
#define SAVEVER_SW 2
|
||||
#define SAVEVER_PS 2
|
||||
|
||||
|
|
Loading…
Reference in a new issue