From 0fff0f182b96b4ffeee8379f29ed5129c3f72cf7 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Mon, 27 Aug 2012 23:55:42 -0700 Subject: [PATCH] Bump minor version because reader struct changed --- hiredis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hiredis.h b/hiredis.h index b922831..aadcf35 100644 --- a/hiredis.h +++ b/hiredis.h @@ -36,8 +36,8 @@ #include /* 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 -- GitLab