From d5b4c69b7113213c1da3a0ccbfd1ee1b40443c7a Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Mon, 3 Aug 2020 09:50:50 -0700 Subject: Prepare for v1.0.0 GA --- hiredis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hiredis.h') diff --git a/hiredis.h b/hiredis.h index d080681..0622aaa 100644 --- a/hiredis.h +++ b/hiredis.h @@ -48,7 +48,7 @@ typedef long long ssize_t; #define HIREDIS_MAJOR 1 #define HIREDIS_MINOR 0 #define HIREDIS_PATCH 0 -#define HIREDIS_SONAME 1.0.0-rc1 +#define HIREDIS_SONAME 1.0.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