diff options
author | michael-grunder <michael.grunder@gmail.com> | 2021-10-04 13:35:10 -0700 |
---|---|---|
committer | michael-grunder <michael.grunder@gmail.com> | 2021-10-04 13:35:10 -0700 |
commit | a39824a5dfc844ba04a64bf3c90d9d49f64ae3f7 (patch) | |
tree | 22f9163d161cf9850160058b86ab8fee8c8971a2 /hiredis.h | |
parent | 9eca1f36f4884f5fae8553aef3a0033c13700096 (diff) | |
parent | 8d1bfac4640fe90cd6f800d09b7f53e886569b98 (diff) |
Merge branch 'release/v1.0.1'
Merge the v1.0.1 release branch and bump the dev version to 1.0.2-dev
Diffstat (limited to 'hiredis.h')
-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 0 -#define HIREDIS_PATCH 1 -#define HIREDIS_SONAME 1.0.1-dev +#define HIREDIS_PATCH 2 +#define HIREDIS_SONAME 1.0.2-dev /* Connection type can be blocking or non-blocking and is set in the * least significant bit of the flags field in redisContext. */ |