From 008ee093ebdca753d66532d488f788be26bf52cb Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 25 Jun 2014 15:30:34 +0200 Subject: [PATCH] Make unstable branch version unique and distinguishable. --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index b4968a160..00cbae681 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.9.11" +#define REDIS_VERSION "2.9.999"