mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Set master banch up as 2.8pre and maint branch for 2.7.x
This commit is contained in:
parent
eb3f243fc8
commit
54f06739d0
1 changed files with 4 additions and 4 deletions
|
@ -41,12 +41,12 @@ const char *GetVersionString();
|
||||||
|
|
||||||
/** Lots of different version numbers **/
|
/** Lots of different version numbers **/
|
||||||
|
|
||||||
#define VERSIONSTR "2.7.0"
|
#define VERSIONSTR "2.8pre"
|
||||||
|
|
||||||
// The version as seen in the Windows resource
|
// The version as seen in the Windows resource
|
||||||
#define RC_FILEVERSION 2,7,0,0
|
#define RC_FILEVERSION 2,7,9999,0
|
||||||
#define RC_PRODUCTVERSION 2,7,0,0
|
#define RC_PRODUCTVERSION 2,7,9999,0
|
||||||
#define RC_PRODUCTVERSION2 "2.7"
|
#define RC_PRODUCTVERSION2 "2.8pre"
|
||||||
|
|
||||||
// Version identifier for network games.
|
// Version identifier for network games.
|
||||||
// Bump it every time you do a release unless you're certain you
|
// Bump it every time you do a release unless you're certain you
|
||||||
|
|
Loading…
Reference in a new issue