about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Hill <dhill@conformal.com>2013-06-12 09:16:31 -0400
committerDavid Hill <dhill@conformal.com>2013-06-12 09:16:31 -0400
commita725459c87de050722491d88d3f14f9c8bf44713 (patch)
treef76e535a85da1d5d3508243eb1278370485ee4d3
parent3c6d867bcd363fd13a71e391edd0425c65835b18 (diff)
downloadxombrero-a725459c87de050722491d88d3f14f9c8bf44713.tar.gz
Prepare for release 1.6.0.
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index da7268c..aa6d329 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		5
+#define XOMBRERO_MINOR		6
 #define XOMBRERO_PATCH		0
 #define XOMBRERO_VERSION	XOMBRERO_STRINGIZE(XOMBRERO_MAJOR) "." \
 				XOMBRERO_STRINGIZE(XOMBRERO_MINOR) "." \