diff options
author | michael-grunder <michael.grunder@gmail.com> | 2022-11-15 21:18:54 -0800 |
---|---|---|
committer | michael-grunder <michael.grunder@gmail.com> | 2022-11-15 21:18:54 -0800 |
commit | ccff093bcd024844a0e11d05556d0e19d622e5d4 (patch) | |
tree | e268534254ae480e9c8d5baffe7531d7f9b40bf3 | |
parent | c14775b4e48334e0262c9f168887578f4a368b5d (diff) |
Bump dev version for the next release cycle.
-rw-r--r-- | hiredis.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ typedef long long ssize_t; #define HIREDIS_MAJOR 1 #define HIREDIS_MINOR 1 -#define HIREDIS_PATCH 0 -#define HIREDIS_SONAME 1.1.0 +#define HIREDIS_PATCH 1 +#define HIREDIS_SONAME 1.1.1-dev /* Connection type can be blocking or non-blocking and is set in the * least significant bit of the flags field in redisContext. */ |