summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authorMark Nunberg <mnunberg@users.noreply.github.com>2018-09-25 18:59:34 -0400
committerGitHub <noreply@github.com>2018-09-25 18:59:34 -0400
commit685030652cd98c5414ce554ff5b356dfe8437870 (patch)
tree669938f8d213be31fb87dee9ee55c5360dcff26f /hiredis.h
parentd153c1f3c0aa128d0b01ac136897052fd848244a (diff)
parent29c82b728c0b61d35be09f45de03fb675e47a466 (diff)
Merge pull request #612 from thomaslee/tom_release_prep
Prepare for the 0.14.0 release
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 a743760..bd53e7e 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -40,9 +40,9 @@
#include "sds.h" /* for sds */
#define HIREDIS_MAJOR 0
-#define HIREDIS_MINOR 13
-#define HIREDIS_PATCH 3
-#define HIREDIS_SONAME 0.13
+#define HIREDIS_MINOR 14
+#define HIREDIS_PATCH 0
+#define HIREDIS_SONAME 0.14
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */