mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- 1.2pre tag
This commit is contained in:
parent
0083c3c5f0
commit
3fd4d00a77
1 changed files with 5 additions and 5 deletions
|
@ -41,17 +41,17 @@ const char *GetVersionString();
|
||||||
|
|
||||||
/** Lots of different version numbers **/
|
/** Lots of different version numbers **/
|
||||||
|
|
||||||
#define VERSIONSTR "1.1pre"
|
#define VERSIONSTR "1.2pre"
|
||||||
|
|
||||||
// The version as seen in the Windows resource
|
// The version as seen in the Windows resource
|
||||||
#define RC_FILEVERSION 1,0,9999,0
|
#define RC_FILEVERSION 1,1,9999,0
|
||||||
#define RC_PRODUCTVERSION 1,0,9999,0
|
#define RC_PRODUCTVERSION 1,1,9999,0
|
||||||
#define RC_PRODUCTVERSION2 "1.1pre"
|
#define RC_PRODUCTVERSION2 "1.2pre"
|
||||||
|
|
||||||
// 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
|
||||||
// didn't change anything that will affect sync.
|
// didn't change anything that will affect sync.
|
||||||
#define NETGAMEVERSION 234
|
#define NETGAMEVERSION 235
|
||||||
|
|
||||||
// Version stored in the ini's [LastRun] section.
|
// Version stored in the ini's [LastRun] section.
|
||||||
// Bump it if you made some configuration change that you want to
|
// Bump it if you made some configuration change that you want to
|
||||||
|
|
Loading…
Reference in a new issue