diff options
author | Marco Peereboom <marco@conformal.com> | 2012-05-30 13:24:21 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2012-05-30 13:24:21 -0500 |
commit | a3c58a64c59ec9a740f13c1f330599f8cc8640e0 (patch) | |
tree | 63c8b5fa0cad1b5db149b11f3355e8949f516fb9 | |
parent | 177109849d43d0d2d6f461c5c7cc5d6d9a6bc167 (diff) | |
download | xombrero-a3c58a64c59ec9a740f13c1f330599f8cc8640e0.tar.gz |
roll version back to 0.0.0
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h index b702da2..8e4ff9d 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 1 +#define XOMBRERO_MAJOR 0 #define XOMBRERO_MINOR 0 #define XOMBRERO_PATCH 0 #define XOMBRERO_VERSION XOMBRERO_STRINGIZE(XOMBRERO_MAJOR) "." \ |