- This hasn't been 2.5.0 for ages...

SVN r3709 (trunk)
This commit is contained in:
Randy Heit 2012-06-24 04:06:05 +00:00
parent f897b1a1a2
commit e5dfb6f42b
1 changed files with 3 additions and 3 deletions

View File

@ -40,14 +40,14 @@
/** Lots of different version numbers **/
#define DOTVERSIONSTR_NOREV "2.5.0"
#define DOTVERSIONSTR_NOREV "2.5.9999"
// 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,5,0,SVN_REVISION_NUMBER
#define RC_PRODUCTVERSION 2,5,0,0
#define RC_FILEVERSION 2,5,9999,SVN_REVISION_NUMBER
#define RC_PRODUCTVERSION 2,5,9999,0
#define RC_FILEVERSION2 DOTVERSIONSTR
#define RC_PRODUCTVERSION2 "2.5"