summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2012-08-27 23:55:42 -0700
committerPieter Noordhuis <pcnoordhuis@gmail.com>2012-08-27 23:55:52 -0700
commit0fff0f182b96b4ffeee8379f29ed5129c3f72cf7 (patch)
treee6308722f01d1e78f90b76887766c2317a651dd4 /hiredis.h
parent1f420bd31b94b8145832ad13c2cd22cab596587c (diff)
Bump minor version because reader struct changed
Diffstat (limited to 'hiredis.h')
-rw-r--r--hiredis.h4
1 files 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 <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