mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- Version bump to 2.3.1.
SVN r1479 (trunk)
This commit is contained in:
parent
8724b45e15
commit
6236074684
1 changed files with 4 additions and 4 deletions
|
@ -40,21 +40,21 @@
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define DOTVERSIONSTR_NOREV "2.3.0"
|
||||
#define DOTVERSIONSTR_NOREV "2.3.1"
|
||||
|
||||
// The version string the user actually sees.
|
||||
#define DOTVERSIONSTR DOTVERSIONSTR_NOREV " (r" SVN_REVISION_STRING ")"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 2,3,0,SVN_REVISION_NUMBER
|
||||
#define RC_PRODUCTVERSION 2,3,0,0
|
||||
#define RC_FILEVERSION 2,3,1,SVN_REVISION_NUMBER
|
||||
#define RC_PRODUCTVERSION 2,3,1,0
|
||||
#define RC_FILEVERSION2 DOTVERSIONSTR
|
||||
#define RC_PRODUCTVERSION2 "2.3"
|
||||
|
||||
// Version identifier for network games.
|
||||
// Bump it every time you do a release unless you're certain you
|
||||
// didn't change anything that will affect sync.
|
||||
#define NETGAMEVERSION 220
|
||||
#define NETGAMEVERSION 221
|
||||
|
||||
// Version stored in the ini's [LastRun] section.
|
||||
// Bump it if you made some configuration change that you want to
|
||||
|
|
Loading…
Reference in a new issue