diff options
author | David Hill <dhill@mindcry.org> | 2015-02-17 11:11:44 -0500 |
---|---|---|
committer | David Hill <dhill@mindcry.org> | 2015-02-17 11:11:44 -0500 |
commit | 578c3af59922c429aa03703a38789391fdf1cb47 (patch) | |
tree | a31303879c25cc895c22c2e02e0aead64a34ed59 | |
parent | 2b755ffe5a672b97ca8a81f9230d8017a72f2cd0 (diff) | |
download | xombrero-578c3af59922c429aa03703a38789391fdf1cb47.tar.gz |
Prepare for release 1.6.4.
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h index d0df2df..f39731c 100644 --- a/version.h +++ b/version.h @@ -23,7 +23,7 @@ #define XOMBRERO_MAJOR 1 #define XOMBRERO_MINOR 6 -#define XOMBRERO_PATCH 3 +#define XOMBRERO_PATCH 4 #define XOMBRERO_VERSION XOMBRERO_STRINGIZE(XOMBRERO_MAJOR) "." \ XOMBRERO_STRINGIZE(XOMBRERO_MINOR) "." \ XOMBRERO_STRINGIZE(XOMBRERO_PATCH) |