From bd0b779bd06b49ee1ef3e9cfca07ea6cecb587a2 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 28 Jul 2013 10:20:35 -0400 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 d96602298..46b65faee 100644 --- a/src/Config.h +++ b/src/Config.h @@ -16,11 +16,11 @@ #endif #ifndef MINOR_VERSION -#define MINOR_VERSION 0 +#define MINOR_VERSION 1 #endif #ifndef BUILD_NUM -#define BUILD_NUM 271 +#define BUILD_NUM 272 #endif #ifndef SNAPSHOT_ID