summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2014-04-09 23:16:31 -0700
committerPieter Noordhuis <pcnoordhuis@gmail.com>2014-04-09 23:16:33 -0700
commitf225c276be7fd0646019b51023e3f41566633dfe (patch)
treea07c02974676db8836d734339b875fd7c1176dca /Makefile
parent8332a88393cc79b6f7d431859e5bbf157d8c1ea3 (diff)
Fix HIREDIS_MINOR
Closes #219.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 969115b..ddcc4e4 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ TESTS=hiredis-test
LIBNAME=libhiredis
HIREDIS_MAJOR=0
-HIREDIS_MINOR=10
+HIREDIS_MINOR=11
# redis-server configuration used for testing
REDIS_PORT=56379