mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-04-22 08:28:53 +00:00
Update version.h to 2.8.0. I can't believe I forgot this.
This commit is contained in:
parent
56359b6f23
commit
0a8f41609d
1 changed files with 4 additions and 4 deletions
|
@ -41,12 +41,12 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "2.8pre"
|
||||
#define VERSIONSTR "2.8.0"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 2,7,9999,0
|
||||
#define RC_PRODUCTVERSION 2,7,9999,0
|
||||
#define RC_PRODUCTVERSION2 "2.8pre"
|
||||
#define RC_FILEVERSION 2,8,0,0
|
||||
#define RC_PRODUCTVERSION 2,8,0,0
|
||||
#define RC_PRODUCTVERSION2 "2.8.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