diff options
author | Matt Stancliff <matt@genges.com> | 2015-01-22 15:35:33 -0500 |
---|---|---|
committer | Matt Stancliff <matt@genges.com> | 2015-01-22 16:00:38 -0500 |
commit | 7b51834c165133cf6816b1991920a55bdc64ea78 (patch) | |
tree | 23a072e18821a7776b54ec12bfdca9f8058eec0c | |
parent | bbd6044e35740a13bcd9951a7d912ec12a9c82b9 (diff) | |
download | hiredict-7b51834c165133cf6816b1991920a55bdc64ea78.tar.xz |
Increase version to 0.12.0
-rw-r--r-- | hiredis.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ #include "sds.h" /* for sds */ #define HIREDIS_MAJOR 0 -#define HIREDIS_MINOR 11 +#define HIREDIS_MINOR 12 #define HIREDIS_PATCH 0 /* Connection type can be blocking or non-blocking and is set in the |