Bump version to 0.15.0

This commit is contained in:
michael-grunder 2020-02-28 08:50:35 -08:00
parent 38675d23cc
commit 139f966cc8
1 changed files with 2 additions and 2 deletions

View File

@ -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. */