mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
Actually - changed our minds - this is going to be 1.0. :)
This commit is contained in:
parent
09961abeea
commit
e2fa16c99e
1 changed files with 4 additions and 4 deletions
|
@ -41,12 +41,12 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "0.1.1"
|
||||
#define VERSIONSTR "1.0"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 0,1,1,0
|
||||
#define RC_PRODUCTVERSION 0,1,1,0
|
||||
#define RC_PRODUCTVERSION2 "0.1.1"
|
||||
#define RC_FILEVERSION 1,0,0,0
|
||||
#define RC_PRODUCTVERSION 1,0,0,0
|
||||
#define RC_PRODUCTVERSION2 "1.0"
|
||||
|
||||
// Version identifier for network games.
|
||||
// Bump it every time you do a release unless you're certain you
|
||||
|
|
Loading…
Reference in a new issue