Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
29c82b72
Commit
29c82b72
authored
Sep 25, 2018
by
Tom Lee
Browse files
Prepare for the 0.14.0 release
SONAME bumped to 0.14 because we've broken ABI compatibility with 0.13.x
parent
d153c1f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
hiredis.h
View file @
29c82b72
...
...
@@ -40,9 +40,9 @@
#include "sds.h"
/* for sds */
#define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 1
3
#define HIREDIS_PATCH
3
#define HIREDIS_SONAME 0.1
3
#define HIREDIS_MINOR 1
4
#define HIREDIS_PATCH
0
#define HIREDIS_SONAME 0.1
4
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment