- In preparation for 2.6.1...

SVN r3792 (2.6)
This commit is contained in:
Randy Heit 2012-07-27 22:43:37 +00:00
parent 977db9b4a2
commit 00dea1a374

View file

@ -40,14 +40,14 @@
/** Lots of different version numbers **/
#define DOTVERSIONSTR_NOREV "2.6.0"
#define DOTVERSIONSTR_NOREV "2.6.1"
// 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,6,0,SVN_REVISION_NUMBER
#define RC_PRODUCTVERSION 2,6,0,0
#define RC_FILEVERSION 2,6,1,SVN_REVISION_NUMBER
#define RC_PRODUCTVERSION 2,6,1,0
#define RC_FILEVERSION2 DOTVERSIONSTR
#define RC_PRODUCTVERSION2 "2.6"