diff options
| author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-04-22 12:15:50 +0200 |
|---|---|---|
| committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-04-22 12:15:50 +0200 |
| commit | 6d026b70d0795181ae2fe3c4c96c84461b4be0b5 (patch) | |
| tree | eb01b6f9f5d9793e05a376844f860c3ab767f9b5 | |
| parent | 1381e22db1c1acd6f4b308570ce594eb59f7df76 (diff) | |
| download | hiredict-6d026b70d0795181ae2fe3c4c96c84461b4be0b5.tar.xz | |
Bump version to 0.10.0
| -rw-r--r-- | hiredis.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ #include <sys/time.h> /* for struct timeval */ #define HIREDIS_MAJOR 0 -#define HIREDIS_MINOR 9 -#define HIREDIS_PATCH 2 +#define HIREDIS_MINOR 10 +#define HIREDIS_PATCH 0 #define REDIS_ERR -1 #define REDIS_OK 0 |
