- Version bump to 2.5.0.

SVN r2507 (trunk)
This commit is contained in:
Randy Heit 2010-08-11 04:01:26 +00:00
parent 0749466d2d
commit ed5a8e597c
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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"