mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- update version info.
This commit is contained in:
parent
2abf700c29
commit
a312f5a7c1
1 changed files with 3 additions and 3 deletions
|
@ -48,12 +48,12 @@ const char *GetVersionString();
|
|||
#ifdef GIT_DESCRIPTION
|
||||
#define VERSIONSTR GIT_DESCRIPTION
|
||||
#else
|
||||
#define VERSIONSTR "3.3pre"
|
||||
#define VERSIONSTR "3.5pre"
|
||||
#endif
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 3,2,9999,0
|
||||
#define RC_PRODUCTVERSION 3,2,9999,0
|
||||
#define RC_FILEVERSION 3,4,9999,0
|
||||
#define RC_PRODUCTVERSION 3,4,9999,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning. The current state is '3.3'.
|
||||
#define VER_MAJOR 3
|
||||
|
|
Loading…
Reference in a new issue