]> git.saurik.com Git - redis.git/commitdiff
redis version is now 1.3.14 (aka 2.0.0 RC1)
authorantirez <antirez@gmail.com>
Fri, 21 May 2010 12:00:21 +0000 (14:00 +0200)
committerantirez <antirez@gmail.com>
Fri, 21 May 2010 12:00:21 +0000 (14:00 +0200)
redis.c

diff --git a/redis.c b/redis.c
index eab76212723c47a29eaf0c47e1ab30735df9b75f..dc8d84ff80d20d9f66b0ccce5b36f2ed7ac5c941 100644 (file)
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#define REDIS_VERSION "1.3.13"
+#define REDIS_VERSION "1.3.14"
 
 #include "fmacros.h"
 #include "config.h"