From: antirez Date: Wed, 21 Apr 2010 08:31:48 +0000 (+0200) Subject: Now that's the right 1.3.10 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/24df76987e85f7ba5314495e50dc5cc9ff623823 Now that's the right 1.3.10 --- diff --git a/redis.c b/redis.c index 53d5c215..1d3958ab 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.8" +#define REDIS_VERSION "1.3.10" #include "fmacros.h" #include "config.h"