mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-20 18:42:17 +00:00
- 3.4.1
This commit is contained in:
parent
0964fd7108
commit
d7c2274692
1 changed files with 3 additions and 3 deletions
|
@ -41,11 +41,11 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "3.4pre"
|
||||
#define VERSIONSTR "g3.4.1v"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 3,3,9999,0
|
||||
#define RC_PRODUCTVERSION 3,3,9999,0
|
||||
#define RC_FILEVERSION 3,4,1,0
|
||||
#define RC_PRODUCTVERSION 3,4,1,0
|
||||
#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