From 735b2b659f2baf824d104cb5e58f64b4c2587817 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Sat, 15 Dec 2012 18:29:26 +0000 Subject: [PATCH] Update version number --- src/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Config.h b/src/Config.h index 46a9599a2..f5594d721 100644 --- a/src/Config.h +++ b/src/Config.h @@ -23,11 +23,11 @@ #endif #ifndef MINOR_VERSION -#define MINOR_VERSION 2 +#define MINOR_VERSION 3 #endif #ifndef BUILD_NUM -#define BUILD_NUM 250 +#define BUILD_NUM 253 #endif #ifndef SNAPSHOT_ID