Bump version to 0.10.0

This commit is contained in:
Pieter Noordhuis 2011-04-22 12:15:50 +02:00
parent 1381e22db1
commit 6d026b70d0

View File

@ -36,8 +36,8 @@
#include <sys/time.h> /* for struct timeval */ #include <sys/time.h> /* for struct timeval */
#define HIREDIS_MAJOR 0 #define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 9 #define HIREDIS_MINOR 10
#define HIREDIS_PATCH 2 #define HIREDIS_PATCH 0
#define REDIS_ERR -1 #define REDIS_ERR -1
#define REDIS_OK 0 #define REDIS_OK 0