summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2021-10-04 12:25:58 -0700
committermichael-grunder <michael.grunder@gmail.com>2021-10-04 13:08:51 -0700
commit8d1bfac4640fe90cd6f800d09b7f53e886569b98 (patch)
tree544a0492bbbfa0966ff83db9e90773abe62c3b6e /hiredis.h
parent76a7b10005c70babee357a7d0f2becf28ec7ed1e (diff)
Prepare for v1.0.1 GA
Diffstat (limited to 'hiredis.h')
-rw-r--r--hiredis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hiredis.h b/hiredis.h
index 0622aaa..3d38114 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -47,8 +47,8 @@ typedef long long ssize_t;
#define HIREDIS_MAJOR 1
#define HIREDIS_MINOR 0
-#define HIREDIS_PATCH 0
-#define HIREDIS_SONAME 1.0.0
+#define HIREDIS_PATCH 1
+#define HIREDIS_SONAME 1.0.1
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */