diff --git a/src/version.h b/src/version.h index de017995c..5854c5f01 100644 --- a/src/version.h +++ b/src/version.h @@ -40,16 +40,16 @@ /** Lots of different version numbers **/ -#define DOTVERSIONSTR_NOREV "2.4.0" +#define DOTVERSIONSTR_NOREV "2.5.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,4,0,SVN_REVISION_NUMBER -#define RC_PRODUCTVERSION 2,4,0,0 +#define RC_FILEVERSION 2,5,0,SVN_REVISION_NUMBER +#define RC_PRODUCTVERSION 2,5,0,0 #define RC_FILEVERSION2 DOTVERSIONSTR -#define RC_PRODUCTVERSION2 "2.4" +#define RC_PRODUCTVERSION2 "2.5" // 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 bddfc1347..b23fe14eb 100644 --- a/src/win32/zdoom.rc +++ b/src/win32/zdoom.rc @@ -72,7 +72,7 @@ BEGIN " VALUE ""FileDescription"", ""ZDoom""\r\n" " VALUE ""FileVersion"", RC_FILEVERSION2\r\n" " VALUE ""InternalName"", ""ZDoom""\r\n" - " VALUE ""LegalCopyright"", ""Copyright © 1993-1996 id Software, 1998-2007 Randy Heit""\r\n" + " VALUE ""LegalCopyright"", ""Copyright \u00A9 1993-1996 id Software, 1998-2010 Randy Heit, 2002-2010 Christoph Oelckers, et al.""\r\n" " VALUE ""LegalTrademarks"", ""Doom® is a Registered Trademark of id Software, Inc.""\r\n" " VALUE ""OriginalFilename"", ""zdoom.exe""\r\n" " VALUE ""ProductName"", ""ZDoom""\r\n"