From b85806901d154c75cb0b4cf331bf6a41be51743c Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 1 Oct 2006 21:50:02 +0000 Subject: [PATCH] Version bumped to 2.1.6. SVN r345 (trunk) --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index da765b0f9..a835a064d 100644 --- a/src/version.h +++ b/src/version.h @@ -40,13 +40,13 @@ /** Lots of different version numbers **/ -#define DOTVERSIONSTR_NOREV "2.1.5" +#define DOTVERSIONSTR_NOREV "2.1.6" // 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,5,SVN_REVISION_NUMBER +#define RC_FILEVERSION 2,1,6,SVN_REVISION_NUMBER #define RC_PRODUCTVERSION 2,1,0,0 #define RC_FILEVERSION2 DOTVERSIONSTR #define RC_PRODUCTVERSION2 "2.1"