From a8534675421a76f68dd175caa7f4b279dada9743 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Tue, 21 Jul 2020 15:43:47 -0700 Subject: Update notes preparing for v1.0.0-rc1 --- hiredis.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hiredis.h') diff --git a/hiredis.h b/hiredis.h index de442ab..d080681 100644 --- a/hiredis.h +++ b/hiredis.h @@ -45,10 +45,10 @@ typedef long long ssize_t; #include "sds.h" /* for sds */ #include "alloc.h" /* for allocation wrappers */ -#define HIREDIS_MAJOR 0 -#define HIREDIS_MINOR 15 +#define HIREDIS_MAJOR 1 +#define HIREDIS_MINOR 0 #define HIREDIS_PATCH 0 -#define HIREDIS_SONAME 0.15 +#define HIREDIS_SONAME 1.0.0-rc1 /* 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