mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-05-30 00:41:19 +00:00
- version bump to 1.7.1.
git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1526 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
b029b903b5
commit
f8da6b2de2
2 changed files with 5 additions and 5 deletions
|
@ -3,5 +3,5 @@
|
|||
// This file was automatically generated by the
|
||||
// updaterevision tool. Do not edit by hand.
|
||||
|
||||
#define ZD_SVN_REVISION_STRING "4120"
|
||||
#define ZD_SVN_REVISION_NUMBER 4120
|
||||
#define ZD_SVN_REVISION_STRING "4129"
|
||||
#define ZD_SVN_REVISION_NUMBER 4129
|
||||
|
|
|
@ -41,15 +41,15 @@
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define DOTVERSIONSTR_NOREV "1.7.0"
|
||||
#define DOTVERSIONSTR_NOREV "1.7.1"
|
||||
#define ZDVER_STRING "2.6.1"
|
||||
|
||||
// The version string the user actually sees.
|
||||
#define DOTVERSIONSTR DOTVERSIONSTR_NOREV " (r" SVN_REVISION_STRING ") / ZDoom " ZDVER_STRING " (r" ZD_SVN_REVISION_STRING ")"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 1,7,0,SVN_REVISION_NUMBER
|
||||
#define RC_PRODUCTVERSION 1,7,0,0
|
||||
#define RC_FILEVERSION 1,7,1,SVN_REVISION_NUMBER
|
||||
#define RC_PRODUCTVERSION 1,7,1,0
|
||||
#define RC_FILEVERSION2 DOTVERSIONSTR
|
||||
#define RC_PRODUCTVERSION2 "1.7"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue