diff options
author | Marco Peereboom <marco@conformal.com> | 2012-07-25 16:37:55 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2012-07-25 16:37:55 -0500 |
commit | bf39530797cb32abc3f6de59e45d588f1822457f (patch) | |
tree | aebf906be843f4f751ed8f067f96dceeb6e11d72 | |
parent | 71f1e5a5ebec9890b3728d0802a0ec2a0628b1c7 (diff) | |
download | xombrero-bf39530797cb32abc3f6de59e45d588f1822457f.tar.gz |
Prepare for release 1.2.2.
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h index 8be5752..b187803 100644 --- a/version.h +++ b/version.h @@ -23,7 +23,7 @@ #define XOMBRERO_MAJOR 1 #define XOMBRERO_MINOR 2 -#define XOMBRERO_PATCH 1 +#define XOMBRERO_PATCH 2 #define XOMBRERO_VERSION XOMBRERO_STRINGIZE(XOMBRERO_MAJOR) "." \ XOMBRERO_STRINGIZE(XOMBRERO_MINOR) "." \ XOMBRERO_STRINGIZE(XOMBRERO_PATCH) |