summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2011-06-19 13:45:36 +0200
committerPieter Noordhuis <pcnoordhuis@gmail.com>2011-06-19 13:45:36 +0200
commit3cc6a7f29977b30feaa2ffd1b54e9a40d6b5c80b (patch)
tree780fdffa9633bb76795d5d4c7914a79e61407b76
parentcecee6b76458187397c85b5da5d871612775f543 (diff)
Bump patch version
-rw-r--r--hiredis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hiredis.h b/hiredis.h
index 6c51245..3c3491c 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -37,7 +37,7 @@
#define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 10
-#define HIREDIS_PATCH 0
+#define HIREDIS_PATCH 1
#define REDIS_ERR -1
#define REDIS_OK 0