Commit 0fff0f18 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Bump minor version because reader struct changed

parent 1f420bd3
...@@ -36,8 +36,8 @@ ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment