diff options
author | michael-grunder <michael.grunder@gmail.com> | 2023-07-12 17:59:20 -0700 |
---|---|---|
committer | Michael Grunder <michael.grunder@gmail.com> | 2023-07-13 09:17:53 -0700 |
commit | d7a84df9ea9954c6847587784d9d1ecb7d09e909 (patch) | |
tree | 82caebb7225f3f38c10eacd3cb41cda750928223 /hiredis.h | |
parent | 60e5075d4ac77424809f855ba3e398df7aacefe8 (diff) |
Bump development SONAME.
Diffstat (limited to 'hiredis.h')
-rw-r--r-- | hiredis.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ typedef long long ssize_t; #define HIREDIS_MAJOR 1 #define HIREDIS_MINOR 2 #define HIREDIS_PATCH 0 -#define HIREDIS_SONAME 1.1.0 +#define HIREDIS_SONAME 1.2.1-dev /* Connection type can be blocking or non-blocking and is set in the * least significant bit of the flags field in redisContext. */ |