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
3be1d6e6
Commit
3be1d6e6
authored
Nov 03, 2010
by
Pieter Noordhuis
Browse files
Add version information to hiredis.h
parent
bea6c4bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
hiredis.h
View file @
3be1d6e6
...
...
@@ -32,6 +32,10 @@
#include <stdio.h>
/* for size_t */
#include <stdarg.h>
/* for va_list */
#define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 9
#define HIREDIS_PATCH 0
#define REDIS_ERR -1
#define REDIS_OK 0
...
...
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