about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Hill <dhill@conformal.com>2013-07-11 13:04:59 -0400
committerDavid Hill <dhill@conformal.com>2013-07-11 13:04:59 -0400
commita540c60a3dfbb4ef18bab736c4ec682b26ab78a2 (patch)
tree1ec55265b99a8175464d2b228928c467e0ae4099
parent7b8b609aa744a67d21a95015034ccb6197e07c42 (diff)
downloadxombrero-a540c60a3dfbb4ef18bab736c4ec682b26ab78a2.tar.gz
Prepare for release 1.6.3.
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 5c007c0..d0df2df 100644
--- a/version.h
+++ b/version.h
@@ -23,7 +23,7 @@
 
 #define XOMBRERO_MAJOR		1
 #define XOMBRERO_MINOR		6
-#define XOMBRERO_PATCH		2
+#define XOMBRERO_PATCH		3
 #define XOMBRERO_VERSION	XOMBRERO_STRINGIZE(XOMBRERO_MAJOR) "." \
 				XOMBRERO_STRINGIZE(XOMBRERO_MINOR) "." \
 				XOMBRERO_STRINGIZE(XOMBRERO_PATCH)