Skip to content

Commit d4e6f10

Browse files
Revert erroneous SONAME bump
1 parent 8d1bfac commit d4e6f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hiredis.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ typedef long long ssize_t;
4747

4848
#define HIREDIS_MAJOR 1
4949
#define HIREDIS_MINOR 0
50-
#define HIREDIS_PATCH 1
51-
#define HIREDIS_SONAME 1.0.1
50+
#define HIREDIS_PATCH 2
51+
#define HIREDIS_SONAME 1.0.0
5252

5353
/* Connection type can be blocking or non-blocking and is set in the
5454
* least significant bit of the flags field in redisContext. */

0 commit comments

Comments
 (0)