summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2011-04-22 12:15:50 +0200
committerPieter Noordhuis <pcnoordhuis@gmail.com>2011-04-22 12:15:50 +0200
commit6d026b70d0795181ae2fe3c4c96c84461b4be0b5 (patch)
treeeb01b6f9f5d9793e05a376844f860c3ab767f9b5
parent1381e22db1c1acd6f4b308570ce594eb59f7df76 (diff)
Bump version to 0.10.0
-rw-r--r--hiredis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hiredis.h b/hiredis.h
index 1a0612e..6c51245 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 9
-#define HIREDIS_PATCH 2
+#define HIREDIS_MINOR 10
+#define HIREDIS_PATCH 0
#define REDIS_ERR -1
#define REDIS_OK 0