about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-05-30 15:43:53 -0500
committerMarco Peereboom <marco@conformal.com>2012-05-30 15:43:53 -0500
commit492784885de8d34aca0f06061199de4c1cd11e3b (patch)
tree417fcca250523cfca43e9b78b0d096dc90858639
parentd781148c87a552dbc1ba2f77b9326ac592525342 (diff)
downloadxombrero-492784885de8d34aca0f06061199de4c1cd11e3b.tar.gz
Prepare for release 1.0.0.
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 8e4ff9d..b702da2 100644
--- a/version.h
+++ b/version.h
@@ -21,7 +21,7 @@
 #define XOMBRERO_STR(x)		#x
 #define XOMBRERO_STRINGIZE(x)	XOMBRERO_STR(x)
 
-#define XOMBRERO_MAJOR		0
+#define XOMBRERO_MAJOR		1
 #define XOMBRERO_MINOR		0
 #define XOMBRERO_PATCH		0
 #define XOMBRERO_VERSION	XOMBRERO_STRINGIZE(XOMBRERO_MAJOR) "." \