Update hiredis.h

Removed dev
This commit is contained in:
timaty the 8 2023-10-06 13:41:36 +03:00 committed by GitHub
parent 3654a3f69d
commit a1f45c6334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */