summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2023-07-12 10:31:17 +0300
committerGitHub <noreply@github.com>2023-07-12 10:31:17 +0300
commit60e5075d4ac77424809f855ba3e398df7aacefe8 (patch)
tree7df2cc10e3b98b5c69798049ecdbd79ec6ef02d9 /hiredis.h
parentadef139a75b346fdafed9a18f983a5350c5b8166 (diff)
Version 1.2.0 (#1202)
Co-authored-by: Michael Grunder <michael.grunder@gmail.com>
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 2291d3e..14af8da 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -46,9 +46,9 @@ typedef long long ssize_t;
#include "alloc.h" /* for allocation wrappers */
#define HIREDIS_MAJOR 1
-#define HIREDIS_MINOR 1
-#define HIREDIS_PATCH 1
-#define HIREDIS_SONAME 1.1.1-dev
+#define HIREDIS_MINOR 2
+#define HIREDIS_PATCH 0
+#define HIREDIS_SONAME 1.1.0
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */