From 0fbfa45f232201093de0fcfd9d6c60a3b47e9642 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Thu, 16 Dec 2010 23:22:13 +0100 Subject: [PATCH] Bump version --- hiredis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiredis.h b/hiredis.h index 5ce7a69..1412a34 100644 --- a/hiredis.h +++ b/hiredis.h @@ -36,7 +36,7 @@ #define HIREDIS_MAJOR 0 #define HIREDIS_MINOR 9 -#define HIREDIS_PATCH 1 +#define HIREDIS_PATCH 2 #define REDIS_ERR -1 #define REDIS_OK 0