summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2020-07-21 15:43:47 -0700
committermichael-grunder <michael.grunder@gmail.com>2020-07-29 13:39:28 -0700
commita8534675421a76f68dd175caa7f4b279dada9743 (patch)
treeff03f883362247615042f21471d41f6e9611b28d /hiredis.h
parentd8ff72387d5474e56228a3403dc91354d9916189 (diff)
Update notes preparing for v1.0.0-rc1
Diffstat (limited to 'hiredis.h')
-rw-r--r--hiredis.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hiredis.h b/hiredis.h
index de442ab..d080681 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -45,10 +45,10 @@ typedef long long ssize_t;
#include "sds.h" /* for sds */
#include "alloc.h" /* for allocation wrappers */
-#define HIREDIS_MAJOR 0
-#define HIREDIS_MINOR 15
+#define HIREDIS_MAJOR 1
+#define HIREDIS_MINOR 0
#define HIREDIS_PATCH 0
-#define HIREDIS_SONAME 0.15
+#define HIREDIS_SONAME 1.0.0-rc1
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */