Version bump for 2.1.2.

SVN r256 (trunk)
This commit is contained in:
Randy Heit 2006-07-16 01:39:35 +00:00
parent 5e37e4a0b8
commit 1391b28643
1 changed files with 2 additions and 2 deletions

View File

@ -40,13 +40,13 @@
/** Lots of different version numbers **/
#define DOTVERSIONSTR_NOREV "2.1.1"
#define DOTVERSIONSTR_NOREV "2.1.2"
// 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,1,1,SVN_REVISION_NUMBER
#define RC_FILEVERSION 2,1,2,SVN_REVISION_NUMBER
#define RC_PRODUCTVERSION 2,1,0,0
#define RC_FILEVERSION2 DOTVERSIONSTR
#define RC_PRODUCTVERSION2 "2.1"