summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2022-11-09 18:13:54 -0800
committermichael-grunder <michael.grunder@gmail.com>2022-11-09 18:13:54 -0800
commit2c53dea7f9853090c2bcbc6370e9faf958300703 (patch)
treea648c026a9bb1549402cdc08f03874640029ef2d /hiredis.h
parentf063370edfbe9927ababbeac05f2678fbe5398f6 (diff)
Update version in dev branch.
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 4bfdfa1..1c7ee92 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-rc1
+#define HIREDIS_SONAME 1.1.0-dev
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */