Bump version to 0.15.0
This commit is contained in:
parent
38675d23cc
commit
139f966cc8
@ -45,9 +45,9 @@ struct timeval; /* forward declaration */
|
|||||||
#include "alloc.h" /* for allocation wrappers */
|
#include "alloc.h" /* for allocation wrappers */
|
||||||
|
|
||||||
#define HIREDIS_MAJOR 0
|
#define HIREDIS_MAJOR 0
|
||||||
#define HIREDIS_MINOR 14
|
#define HIREDIS_MINOR 15
|
||||||
#define HIREDIS_PATCH 0
|
#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
|
/* Connection type can be blocking or non-blocking and is set in the
|
||||||
* least significant bit of the flags field in redisContext. */
|
* least significant bit of the flags field in redisContext. */
|
||||||
|
Loading…
Reference in New Issue
Block a user