From 139f966cc88514adad760356bb16e06e5056778c Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Fri, 28 Feb 2020 08:50:35 -0800 Subject: [PATCH] Bump version to 0.15.0 --- hiredis.h | 4 ++-- 1 file 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. */