From 16ee8711bba63baea1c964c11a3495385208f99d Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 5 Mar 2016 21:51:52 -0500 Subject: [PATCH] update version number to 91.0.324 --- src/Config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Config.h b/src/Config.h index 5578752f4..a3d6c1662 100644 --- a/src/Config.h +++ b/src/Config.h @@ -12,15 +12,15 @@ //VersionInfoStart #ifndef SAVE_VERSION -#define SAVE_VERSION 90 +#define SAVE_VERSION 91 #endif #ifndef MINOR_VERSION -#define MINOR_VERSION 2 +#define MINOR_VERSION 0 #endif #ifndef BUILD_NUM -#define BUILD_NUM 322 +#define BUILD_NUM 324 #endif #ifndef SNAPSHOT_ID