Skip to content

Commit

Permalink
Revert erroneous SONAME bump
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-grunder committed Oct 7, 2021
1 parent 8d1bfac commit d4e6f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hiredis.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ typedef long long ssize_t;

#define HIREDIS_MAJOR 1
#define HIREDIS_MINOR 0
#define HIREDIS_PATCH 1
#define HIREDIS_SONAME 1.0.1
#define HIREDIS_PATCH 2
#define HIREDIS_SONAME 1.0.0

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

0 comments on commit d4e6f10

Please sign in to comment.