From 533a15ec9d7535de55eefcec9e44e53fa3a9a226 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 26 Mar 2013 09:31:46 +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 0cb3b0e07..a3979029a 100644 --- a/src/Config.h +++ b/src/Config.h @@ -16,11 +16,11 @@ #endif #ifndef MINOR_VERSION -#define MINOR_VERSION 1 +#define MINOR_VERSION 2 #endif #ifndef BUILD_NUM -#define BUILD_NUM 262 +#define BUILD_NUM 263 #endif #ifndef SNAPSHOT_ID