mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-17 17:51:11 +00:00
- In preparation for 2.6.1...
SVN r3792 (2.6)
This commit is contained in:
parent
977db9b4a2
commit
00dea1a374
1 changed files with 3 additions and 3 deletions
|
@ -40,14 +40,14 @@
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define DOTVERSIONSTR_NOREV "2.6.0"
|
||||
#define DOTVERSIONSTR_NOREV "2.6.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,6,0,SVN_REVISION_NUMBER
|
||||
#define RC_PRODUCTVERSION 2,6,0,0
|
||||
#define RC_FILEVERSION 2,6,1,SVN_REVISION_NUMBER
|
||||
#define RC_PRODUCTVERSION 2,6,1,0
|
||||
#define RC_FILEVERSION2 DOTVERSIONSTR
|
||||
#define RC_PRODUCTVERSION2 "2.6"
|
||||
|
||||
|
|
Loading…
Reference in a new issue