diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-06-19 13:45:36 +0200 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-06-19 13:45:36 +0200 |
commit | 3cc6a7f29977b30feaa2ffd1b54e9a40d6b5c80b (patch) | |
tree | 780fdffa9633bb76795d5d4c7914a79e61407b76 | |
parent | cecee6b76458187397c85b5da5d871612775f543 (diff) |
Bump patch version
-rw-r--r-- | hiredis.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ #define HIREDIS_MAJOR 0 #define HIREDIS_MINOR 10 -#define HIREDIS_PATCH 0 +#define HIREDIS_PATCH 1 #define REDIS_ERR -1 #define REDIS_OK 0 |