summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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