diff options
-rw-r--r-- | hiredis.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,9 +45,9 @@ struct timeval; /* forward declaration */ #include "alloc.h" /* for allocation wrappers */ #define HIREDIS_MAJOR 0 -#define HIREDIS_MINOR 14 +#define HIREDIS_MINOR 15 #define HIREDIS_PATCH 0 -#define HIREDIS_SONAME 0.14 +#define HIREDIS_SONAME 0.15 /* Connection type can be blocking or non-blocking and is set in the * least significant bit of the flags field in redisContext. */ |