mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-04-23 00:41:05 +00:00
- 1.8.10
This commit is contained in:
parent
faa6d56f1b
commit
1db064b3b3
1 changed files with 4 additions and 4 deletions
|
@ -41,12 +41,12 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "1.8.08"
|
||||
#define VERSIONSTR "1.8.10"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 1,8,09,0
|
||||
#define RC_PRODUCTVERSION 1,8,09,0
|
||||
#define RC_PRODUCTVERSION2 "1.8.09"
|
||||
#define RC_FILEVERSION 1,8,10,0
|
||||
#define RC_PRODUCTVERSION 1,8,10,0
|
||||
#define RC_PRODUCTVERSION2 "1.8.10"
|
||||
|
||||
// Version identifier for network games.
|
||||
// Bump it every time you do a release unless you're certain you
|
||||
|
|
Loading…
Reference in a new issue