summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2010-12-16 23:22:13 +0100
committerPieter Noordhuis <pcnoordhuis@gmail.com>2010-12-16 23:22:13 +0100
commit0fbfa45f232201093de0fcfd9d6c60a3b47e9642 (patch)
tree42e60cd48bf52c9473471b8042a4d2e063f36f5f
parentc6a51d19c5daf8c9f5888e3ae7e82924b9965465 (diff)
Bump version
-rw-r--r--hiredis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hiredis.h b/hiredis.h
index 5ce7a69..1412a34 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -36,7 +36,7 @@
#define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 9
-#define HIREDIS_PATCH 1
+#define HIREDIS_PATCH 2
#define REDIS_ERR -1
#define REDIS_OK 0