From 8bc03dbe1c4068b416f5f7890d43bf6f6386c7dc Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Mon, 24 Feb 2014 22:11:11 +0000 Subject: [PATCH] Update version number (89.1.278 -> 89.2.281) --- src/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Config.h b/src/Config.h index d219d0318..65f5dff79 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 278 +#define BUILD_NUM 281 #endif #ifndef SNAPSHOT_ID