summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2021-10-07 09:31:15 -0700
committermichael-grunder <michael.grunder@gmail.com>2021-10-07 09:48:08 -0700
commitd4e6f109a064690cde64765c654e679fea1d3548 (patch)
treef8ece43912a9b65114c36f6e2a5303cac9a5f032
parent8d1bfac4640fe90cd6f800d09b7f53e886569b98 (diff)
Revert erroneous SONAME bump
-rw-r--r--hiredis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hiredis.h b/hiredis.h
index 3d38114..3bc46d9 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 1
-#define HIREDIS_SONAME 1.0.1
+#define HIREDIS_PATCH 2
+#define HIREDIS_SONAME 1.0.0
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */