summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2020-08-03 09:50:50 -0700
committermichael-grunder <michael.grunder@gmail.com>2020-08-03 11:18:07 -0700
commitd5b4c69b7113213c1da3a0ccbfd1ee1b40443c7a (patch)
tree056699c80acf3a279576b503304cc7fffbc06be0 /hiredis.h
parenta8534675421a76f68dd175caa7f4b279dada9743 (diff)
Prepare for v1.0.0 GA
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 d080681..0622aaa 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -48,7 +48,7 @@ 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_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. */