about summary refs log tree commit diff stats
path: root/version.h
diff options
context:
space:
mode:
authorDavid Hill <dhill@conformal.com>2013-06-12 09:09:00 -0400
committerDavid Hill <dhill@conformal.com>2013-06-12 09:09:00 -0400
commit17d8261fc0fb855bd53511dfb397dcc3b101cb07 (patch)
tree9561ee2860845825af0a9759aeb029c3e710c182 /version.h
parent6955661354f8e3c9e6c274581606c790fc6e11ff (diff)
downloadxombrero-17d8261fc0fb855bd53511dfb397dcc3b101cb07.tar.gz
Prepare for release 1.6.0.
Diffstat (limited to 'version.h')
-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) "." \