From: antirez Date: Sat, 21 Nov 2009 15:40:08 +0000 (+0100) Subject: version incremented up to 1.06 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/a96ffc6641ae91e1291e30a4af7570d6aa0c5945?ds=sidebyside version incremented up to 1.06 --- diff --git a/redis.c b/redis.c index 14861c34..d1d3010f 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.050" +#define REDIS_VERSION "1.06" #include "fmacros.h" #include "config.h"