Skip to content

Commit 6850306

Browse files
authored
Merge pull request #612 from thomaslee/tom_release_prep
Prepare for the 0.14.0 release
2 parents d153c1f + 29c82b7 commit 6850306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hiredis.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
#include "sds.h" /* for sds */
4141

4242
#define HIREDIS_MAJOR 0
43-
#define HIREDIS_MINOR 13
44-
#define HIREDIS_PATCH 3
45-
#define HIREDIS_SONAME 0.13
43+
#define HIREDIS_MINOR 14
44+
#define HIREDIS_PATCH 0
45+
#define HIREDIS_SONAME 0.14
4646

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

0 commit comments

Comments
 (0)