about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-11-28 12:23:14 -0600
committerMarco Peereboom <marco@conformal.com>2012-11-28 12:23:14 -0600
commit92d729ef9e2645db9ad530985d348fc3e7627ca6 (patch)
tree0c5195a50370ff265b9b5a9938b45aacf1225f68
parentdc580c742862482f86e004711fe698a5ba35a370 (diff)
downloadxombrero-92d729ef9e2645db9ad530985d348fc3e7627ca6.tar.gz
Prepare for release 1.4.0.
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 1c6ed2b..89a030e 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		3
-#define XOMBRERO_PATCH		1
+#define XOMBRERO_MINOR		4
+#define XOMBRERO_PATCH		0
 #define XOMBRERO_VERSION	XOMBRERO_STRINGIZE(XOMBRERO_MAJOR) "." \
 				XOMBRERO_STRINGIZE(XOMBRERO_MINOR) "." \
 				XOMBRERO_STRINGIZE(XOMBRERO_PATCH)