- bump version number.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1597 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
Christoph Oelckers 2013-06-09 07:36:25 +00:00
parent d5026ad1f7
commit 49480e123e
3 changed files with 20 additions and 20 deletions

View file

@ -3,5 +3,5 @@
// This file was automatically generated by the // This file was automatically generated by the
// updaterevision tool. Do not edit by hand. // updaterevision tool. Do not edit by hand.
#define ZD_SVN_REVISION_STRING "4341" #define ZD_SVN_REVISION_STRING "4342"
#define ZD_SVN_REVISION_NUMBER 4341 #define ZD_SVN_REVISION_NUMBER 4342

View file

@ -41,17 +41,17 @@
/** Lots of different version numbers **/ /** Lots of different version numbers **/
#define DOTVERSIONSTR_NOREV "1.7.1" #define DOTVERSIONSTR_NOREV "1.8.0"
#define ZDVER_STRING "2.7.0" #define ZDVER_STRING "2.7.0"
// The version string the user actually sees. // The version string the user actually sees.
#define DOTVERSIONSTR DOTVERSIONSTR_NOREV " (r" SVN_REVISION_STRING ") / ZDoom " ZDVER_STRING " (r" ZD_SVN_REVISION_STRING ")" #define DOTVERSIONSTR DOTVERSIONSTR_NOREV " (r" SVN_REVISION_STRING ") / ZDoom " ZDVER_STRING " (r" ZD_SVN_REVISION_STRING ")"
// The version as seen in the Windows resource // The version as seen in the Windows resource
#define RC_FILEVERSION 1,7,1,SVN_REVISION_NUMBER #define RC_FILEVERSION 1,8,0,SVN_REVISION_NUMBER
#define RC_PRODUCTVERSION 1,7,1,0 #define RC_PRODUCTVERSION 1,8,0,0
#define RC_FILEVERSION2 DOTVERSIONSTR #define RC_FILEVERSION2 DOTVERSIONSTR
#define RC_PRODUCTVERSION2 "1.7" #define RC_PRODUCTVERSION2 "1.8"
// 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