about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-07-12 17:33:18 -0500
committerMarco Peereboom <marco@conformal.com>2012-07-12 17:33:18 -0500
commit2abb2a2ef6b9b5d7199565f70b3e10a9f2e7b0cf (patch)
tree84c376063716d0d509a8ea0940b226ea87aae432
parent7f040f4c569d28ba19bb9be361a118fb87f7662c (diff)
downloadxombrero-2abb2a2ef6b9b5d7199565f70b3e10a9f2e7b0cf.tar.gz
Prepare for release 1.2.0.
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 91d8413..dfcd655 100644
--- a/version.h
+++ b/version.h
@@ -22,8 +22,8 @@
 #define XOMBRERO_STRINGIZE(x)	XOMBRERO_STR(x)
 
 #define XOMBRERO_MAJOR		1
-#define XOMBRERO_MINOR		1
-#define XOMBRERO_PATCH		1
+#define XOMBRERO_MINOR		2
+#define XOMBRERO_PATCH		0
 #define XOMBRERO_VERSION	XOMBRERO_STRINGIZE(XOMBRERO_MAJOR) "." \
 				XOMBRERO_STRINGIZE(XOMBRERO_MINOR) "." \
 				XOMBRERO_STRINGIZE(XOMBRERO_PATCH)