Use development specific versions in master

Avoids issues like #860
This commit is contained in:
michael-grunder 2020-07-31 12:32:40 -07:00
parent 04a27f4800
commit ea063b7cc8
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ 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_PATCH 1
#define HIREDIS_SONAME 1.0.1-dev
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */