diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2014-04-09 23:16:31 -0700 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2014-04-09 23:16:33 -0700 |
commit | f225c276be7fd0646019b51023e3f41566633dfe (patch) | |
tree | a07c02974676db8836d734339b875fd7c1176dca | |
parent | 8332a88393cc79b6f7d431859e5bbf157d8c1ea3 (diff) |
Fix HIREDIS_MINOR
Closes #219.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |