mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
- corrected versioning info for development branch.
This commit is contained in:
parent
19cfffebb3
commit
370582d2fa
1 changed files with 2 additions and 2 deletions
|
@ -41,12 +41,12 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "2.0.01pre"
|
||||
#define VERSIONSTR "2.1pre"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 2,0,9999,0
|
||||
#define RC_PRODUCTVERSION 2,0,9999,0
|
||||
#define RC_PRODUCTVERSION2 "2.0.01pre"
|
||||
#define RC_PRODUCTVERSION2 "2.1pre"
|
||||
|
||||
// Version identifier for network games.
|
||||
// Bump it every time you do a release unless you're certain you
|
||||
|
|
Loading…
Reference in a new issue