diff --git a/src/version.h b/src/version.h index be954d021..4e310abb7 100644 --- a/src/version.h +++ b/src/version.h @@ -40,16 +40,16 @@ /** Lots of different version numbers **/ -#define DOTVERSIONSTR_NOREV "2.6.999" +#define DOTVERSIONSTR_NOREV "2.7.0" // 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,999,SVN_REVISION_NUMBER -#define RC_PRODUCTVERSION 2,6,999,0 +#define RC_FILEVERSION 2,7,0,SVN_REVISION_NUMBER +#define RC_PRODUCTVERSION 2,7,0,0 #define RC_FILEVERSION2 DOTVERSIONSTR -#define RC_PRODUCTVERSION2 "2.6" +#define RC_PRODUCTVERSION2 "2.7" // Version identifier for network games. // Bump it every time you do a release unless you're certain you diff --git a/src/win32/zdoom.rc b/src/win32/zdoom.rc index 55b6e9739..7dd80380f 100644 --- a/src/win32/zdoom.rc +++ b/src/win32/zdoom.rc @@ -491,7 +491,7 @@ BEGIN VALUE "FileDescription", "ZDoom" VALUE "FileVersion", RC_FILEVERSION2 VALUE "InternalName", "ZDoom" - VALUE "LegalCopyright", "Copyright © 1993-1996 id Software, 1998-2010 Randy Heit" + VALUE "LegalCopyright", "Copyright © 1993-1996 id Software, 1998-2013 Randy Heit, Christoph Oelckers, Braden Obrzut, et al." VALUE "LegalTrademarks", "Doom® is a Registered Trademark of id Software, Inc." VALUE "OriginalFilename", "zdoom.exe" VALUE "ProductName", "ZDoom"