From 7b51834c165133cf6816b1991920a55bdc64ea78 Mon Sep 17 00:00:00 2001 From: Matt Stancliff Date: Thu, 22 Jan 2015 15:35:33 -0500 Subject: Increase version to 0.12.0 --- hiredis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiredis.h b/hiredis.h index e15a837..3aecf40 100644 --- a/hiredis.h +++ b/hiredis.h @@ -38,7 +38,7 @@ #include "sds.h" /* for sds */ #define HIREDIS_MAJOR 0 -#define HIREDIS_MINOR 11 +#define HIREDIS_MINOR 12 #define HIREDIS_PATCH 0 /* Connection type can be blocking or non-blocking and is set in the -- cgit v1.2.3