]> git.saurik.com Git - redis.git/commitdiff
Redis version modified to 0.900
authorantirez <antirez@gmail.com>
Tue, 16 Jun 2009 15:33:58 +0000 (17:33 +0200)
committerantirez <antirez@gmail.com>
Tue, 16 Jun 2009 15:33:58 +0000 (17:33 +0200)
Changelog
redis.c

index d690fb6807ddba2730ba53f2f9e052335314cfbe..c23d23eb229aaaa530f103fc0a756691b2eeedd2 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+2009-06-16 update-ruby-client script already points to ezmobius repo
+2009-06-16 client libraries updated
+2009-06-16 Redis release candidate 1
 2009-06-16 Better handling of background saving process killed or crashed
 2009-06-14 number of keys info in INFO command thanks to Diego Rosario Brogna
 2009-06-14 SPOP documented
diff --git a/redis.c b/redis.c
index 384221e7e09e13e85666a8db6ff087b593f6c2d2..670b66ad1e9a290ed0e53eaf316f9feb59b6bf92 100644 (file)
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#define REDIS_VERSION "0.101"
+#define REDIS_VERSION "0.900"
 
 #include "fmacros.h"