From 74d72bd7756cdb09dbbb403dfc6b390f17c2ef17 Mon Sep 17 00:00:00 2001
From: Justin Wind <justin.wind@gmail.com>
Date: Thu, 21 Feb 2013 18:36:15 -0800
Subject: [PATCH] Bumped version to 1.2

---
 version.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/version.h b/version.h
index 6e3e3a5..9191a86 100644
--- a/version.h
+++ b/version.h
@@ -2,9 +2,9 @@
 #define VERSION_H
 
 #define VERSION_MAJOR 1
-#define VERSION_MINOR 1
+#define VERSION_MINOR 2
 #define VERSION_EXTRA_STR ""
-#define VERSION_STR "1.1"
-#define VERSION_DATE  "2013-02-19"
+#define VERSION_STR "1.2"
+#define VERSION_DATE  "2013-02-22"
 
 #endif
-- 
2.49.0