Commit d4e6f109 authored by michael-grunder's avatar michael-grunder
Browse files

Revert erroneous SONAME bump

parent 8d1bfac4
...@@ -47,8 +47,8 @@ typedef long long ssize_t; ...@@ -47,8 +47,8 @@ typedef long long ssize_t;
#define HIREDIS_MAJOR 1 #define HIREDIS_MAJOR 1
#define HIREDIS_MINOR 0 #define HIREDIS_MINOR 0
#define HIREDIS_PATCH 1 #define HIREDIS_PATCH 2
#define HIREDIS_SONAME 1.0.1 #define HIREDIS_SONAME 1.0.0
/* Connection type can be blocking or non-blocking and is set in the /* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */ * least significant bit of the flags field in redisContext. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment