diff options
author | michael-grunder <michael.grunder@gmail.com> | 2022-11-14 12:06:06 -0800 |
---|---|---|
committer | michael-grunder <michael.grunder@gmail.com> | 2022-11-14 20:34:30 -0800 |
commit | c14775b4e48334e0262c9f168887578f4a368b5d (patch) | |
tree | 12dc68694bdde8c742ea99f09b5693a295e39b7d /hiredis.h | |
parent | f0bdf8405b9f16013385bd81895e646aca134d4f (diff) |
Prepare for v1.1.0 GA
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 1 #define HIREDIS_PATCH 0 -#define HIREDIS_SONAME 1.1.0-dev +#define HIREDIS_SONAME 1.1.0 /* Connection type can be blocking or non-blocking and is set in the * least significant bit of the flags field in redisContext. */ |