about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-07-04 10:50:55 -0500
committerMarco Peereboom <marco@conformal.com>2012-07-04 10:50:55 -0500
commitb945618ede3c36d40a364a2907b58d3622c4658e (patch)
treeb26c4e67f525ed027b4711898ac7c1108c3c8bd9
parent4f163da4032d4c9e27d17b92304542543f2a2cf0 (diff)
downloadxombrero-b945618ede3c36d40a364a2907b58d3622c4658e.tar.gz
Prepare for release 1.1.0.
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index b702da2..82b501d 100644
--- a/version.h
+++ b/version.h
@@ -22,7 +22,7 @@
 #define XOMBRERO_STRINGIZE(x)	XOMBRERO_STR(x)
 
 #define XOMBRERO_MAJOR		1
-#define XOMBRERO_MINOR		0
+#define XOMBRERO_MINOR		1
 #define XOMBRERO_PATCH		0
 #define XOMBRERO_VERSION	XOMBRERO_STRINGIZE(XOMBRERO_MAJOR) "." \
 				XOMBRERO_STRINGIZE(XOMBRERO_MINOR) "." \