diff --git a/hiredis.h b/hiredis.h index 181398b83..1263adca1 100644 --- a/hiredis.h +++ b/hiredis.h @@ -46,8 +46,8 @@ typedef long long ssize_t; #include "alloc.h" /* for allocation wrappers */ #define HIREDIS_MAJOR 1 -#define HIREDIS_MINOR 1 -#define HIREDIS_PATCH 1 +#define HIREDIS_MINOR 2 +#define HIREDIS_PATCH 0 #define HIREDIS_SONAME 1.2.0 /* Connection type can be blocking or non-blocking and is set in the