mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-05-30 17:00:48 +00:00
- version bump to 1.3.05
git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@578 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
0a8ac6a153
commit
79810590cd
1 changed files with 3 additions and 3 deletions
|
@ -41,15 +41,15 @@
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define DOTVERSIONSTR_NOREV "1.3.4 beta"
|
||||
#define DOTVERSIONSTR_NOREV "1.3.5 beta"
|
||||
#define ZDVER_STRING "2.3.1"
|
||||
|
||||
// The version string the user actually sees.
|
||||
#define DOTVERSIONSTR DOTVERSIONSTR_NOREV " (r" SVN_REVISION_STRING ") / ZDoom" ZDVER_STRING " (r" ZD_SVN_REVISION_STRING ")"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 1,3,4,SVN_REVISION_NUMBER
|
||||
#define RC_PRODUCTVERSION 1,3,4,0
|
||||
#define RC_FILEVERSION 1,3,5,SVN_REVISION_NUMBER
|
||||
#define RC_PRODUCTVERSION 1,3,5,0
|
||||
#define RC_FILEVERSION2 DOTVERSIONSTR
|
||||
#define RC_PRODUCTVERSION2 "1.3"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue