about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Hill <dhill@conformal.com>2013-07-11 12:48:49 -0400
committerDavid Hill <dhill@conformal.com>2013-07-11 12:48:49 -0400
commite50417703ef95bf584b933bf1c8d408f9062f92d (patch)
treeced1b408a3afcd7954d59fb01ae568ff6eaea41d
parent1a4b1f98708b5740c513f70c44b8d538423f7fb4 (diff)
downloadxombrero-e50417703ef95bf584b933bf1c8d408f9062f92d.tar.gz
Prepare for release 1.6.2.
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 99ec42c..5c007c0 100644
--- a/version.h
+++ b/version.h
@@ -23,7 +23,7 @@
 
 #define XOMBRERO_MAJOR		1
 #define XOMBRERO_MINOR		6
-#define XOMBRERO_PATCH		1
+#define XOMBRERO_PATCH		2
 #define XOMBRERO_VERSION	XOMBRERO_STRINGIZE(XOMBRERO_MAJOR) "." \
 				XOMBRERO_STRINGIZE(XOMBRERO_MINOR) "." \
 				XOMBRERO_STRINGIZE(XOMBRERO_PATCH)