mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- master is now at 2.3pre.
This commit is contained in:
parent
ceaa040750
commit
daf33b5b4f
1 changed files with 4 additions and 4 deletions
|
@ -41,12 +41,12 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "2.2pre"
|
||||
#define VERSIONSTR "2.3pre"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 2,1,9999,0
|
||||
#define RC_PRODUCTVERSION 2,1,9999,0
|
||||
#define RC_PRODUCTVERSION2 "2.2pre"
|
||||
#define RC_FILEVERSION 2,3,9999,0
|
||||
#define RC_PRODUCTVERSION 2,3,9999,0
|
||||
#define RC_PRODUCTVERSION2 "2.3pre"
|
||||
|
||||
// Version identifier for network games.
|
||||
// Bump it every time you do a release unless you're certain you
|
||||
|
|
Loading…
Reference in a new issue