From 12aef78bb01d2eef42a20e6fb357d70cb8220b37 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 8 Dec 2013 14:10:06 -0500 Subject: [PATCH] Update version number (89.0.275 -> 89.1.278) --- src/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Config.h b/src/Config.h index 79c528fe7..88ebcb6d1 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 275 +#define BUILD_NUM 278 #endif #ifndef SNAPSHOT_ID