From f225c276be7fd0646019b51023e3f41566633dfe Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 9 Apr 2014 23:16:31 -0700 Subject: Fix HIREDIS_MINOR Closes #219. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3