mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
Version 2.7.1
This commit is contained in:
parent
e845b292c2
commit
5b17c0779b
1 changed files with 3 additions and 3 deletions
|
@ -41,11 +41,11 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "2.7.0"
|
||||
#define VERSIONSTR "2.7.1"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 2,7,0,0
|
||||
#define RC_PRODUCTVERSION 2,7,0,0
|
||||
#define RC_FILEVERSION 2,7,1,0
|
||||
#define RC_PRODUCTVERSION 2,7,1,0
|
||||
#define RC_PRODUCTVERSION2 "2.7"
|
||||
|
||||
// Version identifier for network games.
|
||||
|
|
Loading…
Reference in a new issue