summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2020-02-28 08:50:35 -0800
committermichael-grunder <michael.grunder@gmail.com>2020-02-28 11:04:52 -0800
commit139f966cc88514adad760356bb16e06e5056778c (patch)
tree2d3031faacbe8162722687c6fc6b12d640fc03b7
parent38675d23cc3bb45e2dfdeaed3a4a843f698731b3 (diff)
Bump version to 0.15.0
-rw-r--r--hiredis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hiredis.h b/hiredis.h
index 9921e61..6733199 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -45,9 +45,9 @@ struct timeval; /* forward declaration */
#include "alloc.h" /* for allocation wrappers */
#define HIREDIS_MAJOR 0
-#define HIREDIS_MINOR 14
+#define HIREDIS_MINOR 15
#define HIREDIS_PATCH 0
-#define HIREDIS_SONAME 0.14
+#define HIREDIS_SONAME 0.15
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */