summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2010-11-26 15:31:53 +0100
committerPieter Noordhuis <pcnoordhuis@gmail.com>2010-11-26 15:31:53 +0100
commit89c6927282911372d972b952dd0dcece35b03946 (patch)
tree9f0a8de8952e99749e1f343c1a3474f1c8204bf3 /hiredis.h
parente73289a5c618a12ee0fd05fb9d5a2b2404c29cd8 (diff)
Bump version
Diffstat (limited to 'hiredis.h')
-rw-r--r--hiredis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hiredis.h b/hiredis.h
index 907193e..7fd7770 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -34,7 +34,7 @@
#define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 9
-#define HIREDIS_PATCH 0
+#define HIREDIS_PATCH 1
#define REDIS_ERR -1
#define REDIS_OK 0