From c1ad6c57ba0f2257061a251caf981fbf08fb7685 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Tue, 15 Jan 2013 00:33:08 -0500 Subject: [PATCH] Update version number, before I forget. Version 85 happened after the commit ... i'm not sure and there is no 64 bit linux so I can't test --- src/Config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Config.h b/src/Config.h index f5594d721..06045f86f 100644 --- a/src/Config.h +++ b/src/Config.h @@ -19,15 +19,15 @@ //VersionInfoStart #ifndef SAVE_VERSION -#define SAVE_VERSION 84 +#define SAVE_VERSION 85 #endif #ifndef MINOR_VERSION -#define MINOR_VERSION 3 +#define MINOR_VERSION 0 #endif #ifndef BUILD_NUM -#define BUILD_NUM 253 +#define BUILD_NUM 254 #endif #ifndef SNAPSHOT_ID