Fix HIREDIS_MINOR

Closes #219.
This commit is contained in:
Pieter Noordhuis 2014-04-09 23:16:31 -07:00
parent 8332a88393
commit f225c276be

View File

@ -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