From 29c82b728c0b61d35be09f45de03fb675e47a466 Mon Sep 17 00:00:00 2001 From: Tom Lee Date: Tue, 25 Sep 2018 15:47:34 -0700 Subject: Prepare for the 0.14.0 release SONAME bumped to 0.14 because we've broken ABI compatibility with 0.13.x --- hiredis.h | 6 +++--- 1 file 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. */ -- cgit v1.2.3