From 60e5075d4ac77424809f855ba3e398df7aacefe8 Mon Sep 17 00:00:00 2001 From: Chayim Date: Wed, 12 Jul 2023 10:31:17 +0300 Subject: Version 1.2.0 (#1202) Co-authored-by: Michael Grunder --- hiredis.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hiredis.h') diff --git a/hiredis.h b/hiredis.h index 2291d3e..14af8da 100644 --- a/hiredis.h +++ b/hiredis.h @@ -46,9 +46,9 @@ 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_SONAME 1.1.1-dev +#define HIREDIS_MINOR 2 +#define HIREDIS_PATCH 0 +#define HIREDIS_SONAME 1.1.0 /* Connection type can be blocking or non-blocking and is set in the * least significant bit of the flags field in redisContext. */ -- cgit v1.2.3