diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2012-08-27 23:55:42 -0700 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2012-08-27 23:55:52 -0700 |
commit | 0fff0f182b96b4ffeee8379f29ed5129c3f72cf7 (patch) | |
tree | e6308722f01d1e78f90b76887766c2317a651dd4 /hiredis.h | |
parent | 1f420bd31b94b8145832ad13c2cd22cab596587c (diff) |
Bump minor version because reader struct changed
Diffstat (limited to 'hiredis.h')
-rw-r--r-- | hiredis.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ #include <sys/time.h> /* for struct timeval */ #define HIREDIS_MAJOR 0 -#define HIREDIS_MINOR 10 -#define HIREDIS_PATCH 1 +#define HIREDIS_MINOR 11 +#define HIREDIS_PATCH 0 #define REDIS_ERR -1 #define REDIS_OK 0 |