mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-21 11:01:36 +00:00
- Back to old version numbering scheme.
This commit is contained in:
parent
0b4d8d7a8e
commit
9dc67c7944
1 changed files with 3 additions and 3 deletions
|
@ -41,11 +41,11 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "3.4.1"
|
||||
#define VERSIONSTR "3.41a"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 3,4,1,0
|
||||
#define RC_PRODUCTVERSION 3,4,1,0
|
||||
#define RC_FILEVERSION 3,41,1
|
||||
#define RC_PRODUCTVERSION 3,41,1
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning. The current state is '3.4'.
|
||||
#define VER_MAJOR 3
|
||||
|
|
Loading…
Reference in a new issue