mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-21 11:31:41 +00:00
Bump version to 2.8.1
This commit is contained in:
parent
4cfa13fc88
commit
1a9bc53d84
1 changed files with 4 additions and 4 deletions
|
@ -41,12 +41,12 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "2.8.0"
|
||||
#define VERSIONSTR "2.8.1"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 2,8,0,0
|
||||
#define RC_PRODUCTVERSION 2,8,0,0
|
||||
#define RC_PRODUCTVERSION2 "2.8.0"
|
||||
#define RC_FILEVERSION 2,8,1,0
|
||||
#define RC_PRODUCTVERSION 2,8,1,0
|
||||
#define RC_PRODUCTVERSION2 "2.8.1"
|
||||
|
||||
// Version identifier for network games.
|
||||
// Bump it every time you do a release unless you're certain you
|
||||
|
|
Loading…
Reference in a new issue