diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-11-26 15:31:53 +0100 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-11-26 15:31:53 +0100 |
commit | 89c6927282911372d972b952dd0dcece35b03946 (patch) | |
tree | 9f0a8de8952e99749e1f343c1a3474f1c8204bf3 /hiredis.h | |
parent | e73289a5c618a12ee0fd05fb9d5a2b2404c29cd8 (diff) |
Bump version
Diffstat (limited to 'hiredis.h')
-rw-r--r-- | hiredis.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ #define HIREDIS_MAJOR 0 #define HIREDIS_MINOR 9 -#define HIREDIS_PATCH 0 +#define HIREDIS_PATCH 1 #define REDIS_ERR -1 #define REDIS_OK 0 |