Skip to content

Commit

Permalink
Add version information to hiredis.h
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Nov 3, 2010
1 parent bea6c4b commit 3be1d6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hiredis.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3be1d6e

Please sign in to comment.