diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-12-16 23:22:13 +0100 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-12-16 23:22:13 +0100 |
commit | 0fbfa45f232201093de0fcfd9d6c60a3b47e9642 (patch) | |
tree | 42e60cd48bf52c9473471b8042a4d2e063f36f5f | |
parent | c6a51d19c5daf8c9f5888e3ae7e82924b9965465 (diff) |
Bump version
-rw-r--r-- | hiredis.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ #define HIREDIS_MAJOR 0 #define HIREDIS_MINOR 9 -#define HIREDIS_PATCH 1 +#define HIREDIS_PATCH 2 #define REDIS_ERR -1 #define REDIS_OK 0 |