summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2021-10-04 13:35:10 -0700
committermichael-grunder <michael.grunder@gmail.com>2021-10-04 13:35:10 -0700
commita39824a5dfc844ba04a64bf3c90d9d49f64ae3f7 (patch)
tree22f9163d161cf9850160058b86ab8fee8c8971a2 /hiredis.h
parent9eca1f36f4884f5fae8553aef3a0033c13700096 (diff)
parent8d1bfac4640fe90cd6f800d09b7f53e886569b98 (diff)
Merge branch 'release/v1.0.1'
Merge the v1.0.1 release branch and bump the dev version to 1.0.2-dev
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 be8525f..981393e 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 1
-#define HIREDIS_SONAME 1.0.1-dev
+#define HIREDIS_PATCH 2
+#define HIREDIS_SONAME 1.0.2-dev
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */