]> git.saurik.com Git - redis.git/commitdiff
redis version is now 1.3.11
authorantirez <antirez@gmail.com>
Sun, 16 May 2010 17:15:12 +0000 (19:15 +0200)
committerantirez <antirez@gmail.com>
Sun, 16 May 2010 17:15:12 +0000 (19:15 +0200)
redis.c

diff --git a/redis.c b/redis.c
index 8e93a70f63b5041017b9a0896df0e2704916f472..2b2d0c24ac1195dc160413ba3f383adcc218aca7 100644 (file)
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#define REDIS_VERSION "1.3.10"
+#define REDIS_VERSION "1.3.11"
 
 #include "fmacros.h"
 #include "config.h"