about summary refs log tree commit diff stats
path: root/version.h
diff options
context:
space:
mode:
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 82b501d..91d8413 100644
--- a/version.h
+++ b/version.h
@@ -23,7 +23,7 @@
 
 #define XOMBRERO_MAJOR		1
 #define XOMBRERO_MINOR		1
-#define XOMBRERO_PATCH		0
+#define XOMBRERO_PATCH		1
 #define XOMBRERO_VERSION	XOMBRERO_STRINGIZE(XOMBRERO_MAJOR) "." \
 				XOMBRERO_STRINGIZE(XOMBRERO_MINOR) "." \
 				XOMBRERO_STRINGIZE(XOMBRERO_PATCH)