From 9832a3a1aa3e9a6c7cafb8b8b6746e4519ae71e8 Mon Sep 17 00:00:00 2001 From: Chayim Date: Thu, 6 Jul 2023 09:10:33 +0300 Subject: [PATCH] Update hiredis.h with minor too Co-authored-by: Michael Grunder --- hiredis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hiredis.h b/hiredis.h index 181398b83..1263adca1 100644 --- a/hiredis.h +++ b/hiredis.h @@ -46,8 +46,8 @@ typedef long long ssize_t; #include "alloc.h" /* for allocation wrappers */ #define HIREDIS_MAJOR 1 -#define HIREDIS_MINOR 1 -#define HIREDIS_PATCH 1 +#define HIREDIS_MINOR 2 +#define HIREDIS_PATCH 0 #define HIREDIS_SONAME 1.2.0 /* Connection type can be blocking or non-blocking and is set in the