Bump minor version because reader struct changed

This commit is contained in:
Pieter Noordhuis 2012-08-27 23:55:42 -07:00
parent 1f420bd31b
commit 0fff0f182b

View File

@ -36,8 +36,8 @@
#include <sys/time.h> /* for struct timeval */ #include <sys/time.h> /* for struct timeval */
#define HIREDIS_MAJOR 0 #define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 10 #define HIREDIS_MINOR 11
#define HIREDIS_PATCH 1 #define HIREDIS_PATCH 0
#define REDIS_ERR -1 #define REDIS_ERR -1
#define REDIS_OK 0 #define REDIS_OK 0