diff options
Diffstat (limited to 'hiredis.h')
-rw-r--r-- | hiredis.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -46,9 +46,9 @@ typedef long long ssize_t; #include "alloc.h" /* for allocation wrappers */ #define HIREDIS_MAJOR 1 -#define HIREDIS_MINOR 0 -#define HIREDIS_PATCH 3 -#define HIREDIS_SONAME 1.0.3-dev +#define HIREDIS_MINOR 1 +#define HIREDIS_PATCH 0 +#define HIREDIS_SONAME 1.1.0-rc1 /* Connection type can be blocking or non-blocking and is set in the * least significant bit of the flags field in redisContext. */ |