mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- Version bump to 2.5.0.
SVN r2507 (trunk)
This commit is contained in:
parent
0749466d2d
commit
ed5a8e597c
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue