about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Hill <dhill@conformal.com>2013-05-16 12:12:27 -0400
committerDavid Hill <dhill@conformal.com>2013-05-16 12:12:27 -0400
commit8e133319e1325df502d6147bf77d21482531ecbf (patch)
tree25ce592f3437f14bce8ace87297f1553a8ad0ff2
parent6aafa638dd0131b022fbd8d657c968a5e3fe91b3 (diff)
downloadxombrero-8e133319e1325df502d6147bf77d21482531ecbf.tar.gz
Prepare for release 1.5.0.
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 89a030e..da7268c 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		4
+#define XOMBRERO_MINOR		5
 #define XOMBRERO_PATCH		0
 #define XOMBRERO_VERSION	XOMBRERO_STRINGIZE(XOMBRERO_MAJOR) "." \
 				XOMBRERO_STRINGIZE(XOMBRERO_MINOR) "." \