diff options
author | michael-grunder <michael.grunder@gmail.com> | 2020-02-28 08:50:35 -0800 |
---|---|---|
committer | michael-grunder <michael.grunder@gmail.com> | 2020-02-28 11:04:52 -0800 |
commit | 139f966cc88514adad760356bb16e06e5056778c (patch) | |
tree | 2d3031faacbe8162722687c6fc6b12d640fc03b7 /hiredis.h | |
parent | 38675d23cc3bb45e2dfdeaed3a4a843f698731b3 (diff) |
Bump version to 0.15.0
Diffstat (limited to 'hiredis.h')
-rw-r--r-- | hiredis.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. */ |