Compare commits

...

1 Commits

Author SHA1 Message Date
michael-grunder
73e119025f Bump development SONAME. 2023-07-12 17:59:20 -07:00

View File

@ -48,7 +48,7 @@ typedef long long ssize_t;
#define HIREDIS_MAJOR 1 #define HIREDIS_MAJOR 1
#define HIREDIS_MINOR 2 #define HIREDIS_MINOR 2
#define HIREDIS_PATCH 0 #define HIREDIS_PATCH 0
#define HIREDIS_SONAME 1.1.0 #define HIREDIS_SONAME 1.2.1-dev
/* Connection type can be blocking or non-blocking and is set in the /* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */ * least significant bit of the flags field in redisContext. */