blob: 414bd3c61bf4f3e00fe30389d8890bd92575f35f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- hiredis.h.orig 2024-03-24 16:33:25 UTC
+++ hiredis.h
@@ -48,7 +48,7 @@ typedef long long ssize_t;
#define HIREDIS_MAJOR 1
#define HIREDIS_MINOR 2
#define HIREDIS_PATCH 0
-#define HIREDIS_SONAME 1.2.1-dev
+#define HIREDIS_SONAME 1.2.1
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */
|