summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2020-07-31 12:32:40 -0700
committermichael-grunder <michael.grunder@gmail.com>2020-07-31 12:32:40 -0700
commitea063b7cc895131c6f2955351e8ea5b9d0a48048 (patch)
tree45d1bc094eb438eb5fece4d4f6fe538fffe6b3df /hiredis.h
parent04a27f4800fc53f1f0192284da47cf0ed5de5159 (diff)
Use development specific versions in master
Avoids issues like #860
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 d080681..06bec8c 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-rc1
+#define HIREDIS_PATCH 1
+#define HIREDIS_SONAME 1.0.1-dev
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */