Skip to content

Commit

Permalink
Fix HIREDIS_MINOR
Browse files Browse the repository at this point in the history
Closes redis#219.
  • Loading branch information
pietern committed Apr 10, 2014
1 parent 8332a88 commit f225c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f225c27

Please sign in to comment.