Revert erroneous SONAME bump
This commit is contained in:
parent
8d1bfac464
commit
d4e6f109a0
@ -47,8 +47,8 @@ typedef long long ssize_t;
|
||||
|
||||
#define HIREDIS_MAJOR 1
|
||||
#define HIREDIS_MINOR 0
|
||||
#define HIREDIS_PATCH 1
|
||||
#define HIREDIS_SONAME 1.0.1
|
||||
#define HIREDIS_PATCH 2
|
||||
#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. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user