From 9b8357f822a7c280fa75b5b5ef391a08e9bff5d6 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 4 Nov 2012 16:26:56 -0500 Subject: [PATCH] update version number --- src/Config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Config.h b/src/Config.h index 8baefd225..e810221f0 100644 --- a/src/Config.h +++ b/src/Config.h @@ -17,15 +17,15 @@ //VersionInfoStart #ifndef SAVE_VERSION -#define SAVE_VERSION 83 +#define SAVE_VERSION 84 #endif #ifndef MINOR_VERSION -#define MINOR_VERSION 9 +#define MINOR_VERSION 0 #endif #ifndef BUILD_NUM -#define BUILD_NUM 232 +#define BUILD_NUM 246 #endif #ifndef SNAPSHOT_ID