summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2022-11-14 12:06:06 -0800
committermichael-grunder <michael.grunder@gmail.com>2022-11-14 20:34:30 -0800
commitc14775b4e48334e0262c9f168887578f4a368b5d (patch)
tree12dc68694bdde8c742ea99f09b5693a295e39b7d /hiredis.h
parentf0bdf8405b9f16013385bd81895e646aca134d4f (diff)
Prepare for v1.1.0 GA
Diffstat (limited to 'hiredis.h')
-rw-r--r--hiredis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hiredis.h b/hiredis.h
index 1c7ee92..e1e9e51 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -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. */