diff --git a/hiredis.h b/hiredis.h index 9921e61..6733199 100644 --- a/hiredis.h +++ b/hiredis.h @@ -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. */