summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-04-06 15:39:54 +0200
committerantirez <antirez@gmail.com>2011-04-06 15:39:54 +0200
commit2b886275e9756bb8619ad0021048d39b319c5b0a (patch)
tree8eda9abd41e4307ab442754d215d3202587fdb7c
parent93db956e061db72749983141cc881329e87e8c1a (diff)
downloadredis-2b886275e9756bb8619ad0021048d39b319c5b0a.tar.gz
Redis 2.2.42.2.4
-rw-r--r--00-RELEASENOTES5
-rw-r--r--src/version.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index ee8399c7f..1bc6c9152 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,11 @@ for 2.0.
CHANGELOG
---------
+What's new in Redis 2.2.4
+=========================
+
+* Return value of OBJECT DEBUG against sorted sets fixed, now is "skiplist".
+
What's new in Redis 2.2.3
=========================
diff --git a/src/version.h b/src/version.h
index 611e30069..6ae276d89 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.2.3"
+#define REDIS_VERSION "2.2.4"