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
139f966c
Commit
139f966c
authored
Feb 28, 2020
by
michael-grunder
Browse files
Bump version to 0.15.0
parent
38675d23
Changes
1
Hide whitespace changes
Inline
Side-by-side
hiredis.h
View file @
139f966c
...
...
@@ -45,9 +45,9 @@ struct timeval; /* forward declaration */
#include "alloc.h"
/* for allocation wrappers */
#define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 1
4
#define HIREDIS_MINOR 1
5
#define HIREDIS_PATCH 0
#define HIREDIS_SONAME 0.1
4
#define HIREDIS_SONAME 0.1
5
/* 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