]> git.saurik.com Git - redis.git/commitdiff
Version is now 2.1.1
authorantirez <antirez@gmail.com>
Tue, 25 May 2010 20:42:47 +0000 (22:42 +0200)
committerantirez <antirez@gmail.com>
Tue, 25 May 2010 20:42:47 +0000 (22:42 +0200)
redis.c

diff --git a/redis.c b/redis.c
index f11ca5856c62a71256f4c3b284be2d222d366a4f..42dc00ace0f9bbd38812e84d67cfc0d885da84f7 100644 (file)
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#define REDIS_VERSION "2.1.0"
+#define REDIS_VERSION "2.1.1"
 
 #include "fmacros.h"
 #include "config.h"