From 2c53dea7f9853090c2bcbc6370e9faf958300703 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Wed, 9 Nov 2022 18:13:54 -0800 Subject: Update version in dev branch. --- hiredis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hiredis.h') diff --git a/hiredis.h b/hiredis.h index 4bfdfa1..1c7ee92 100644 --- a/hiredis.h +++ b/hiredis.h @@ -48,7 +48,7 @@ typedef long long ssize_t; #define HIREDIS_MAJOR 1 #define HIREDIS_MINOR 1 #define HIREDIS_PATCH 0 -#define HIREDIS_SONAME 1.1.0-rc1 +#define HIREDIS_SONAME 1.1.0-dev /* 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