]> git.saurik.com Git - redis.git/commitdiff
Redis git version modified to 0.101 in order to distinguish that from the latest...
authorantirez <antirez@gmail.com>
Tue, 26 May 2009 18:54:47 +0000 (20:54 +0200)
committerantirez <antirez@gmail.com>
Tue, 26 May 2009 18:54:47 +0000 (20:54 +0200)
Changelog
redis.c

index 94d43a3dd95a09cae920b8d03ca256146e573367..124053eb50b4e1f2dfb90bc167b6c911f497cf13 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,5 @@
+2009-05-26 Redis 0.100 released
+2009-05-26 client libraries synched in git
 2009-05-26 ignore gcc warning about write() return code not checked. It is esplicitily this way since the "max number of clients reached" is a best-effort error
 2009-05-26 max bytes of a received command enlarged from 1k to 16k
 2009-05-26 RubyRedis: set TCP_NODELAY TCP socket option to to disable the neagle algorithm. Makes a huge difference under some OS, notably Linux
diff --git a/redis.c b/redis.c
index 98371ed408ac650815a0c5c23d9997a2fa008950..7b28df1a9ce22e41a0443923fb9dfd2dc0d599dc 100644 (file)
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#define REDIS_VERSION "0.100"
+#define REDIS_VERSION "0.101"
 
 #include "fmacros.h"