Add version information to hiredis.h

This commit is contained in:
Pieter Noordhuis 2010-11-03 11:50:46 +01:00
parent bea6c4bde2
commit 3be1d6e66d
1 changed files with 4 additions and 0 deletions

View File

@ -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