From: antirez Date: Mon, 29 Mar 2010 06:38:23 +0000 (+0200) Subject: Redis version is now 1.3.8 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/cac154c58036e59be816aed3d2e54492131c4a85 Redis version is now 1.3.8 --- diff --git a/redis.c b/redis.c index f2f54316..e84ae6b5 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.7" +#define REDIS_VERSION "1.3.8" #include "fmacros.h" #include "config.h"