diff options
author | antirez <antirez@gmail.com> | 2010-11-06 09:58:21 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2010-11-06 09:58:21 +0100 |
commit | 1c14507366d0026eecc50530664b4dd58cd3eaa5 (patch) | |
tree | 846916b59897043c2c89a720356a59412fd1b226 /redis.c | |
parent | 19c8d5bf222da85649f877fac8c664fef948fe60 (diff) | |
download | redis-2.0.4.tar.gz |
version bumped to 2.0.4, release note for this version addedv2.0.4-stable2.0.4
Diffstat (limited to 'redis.c')
-rw-r--r-- | redis.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "2.0.3" +#define REDIS_VERSION "2.0.4" #include "fmacros.h" #include "config.h" |