]> git.saurik.com Git - redis.git/commitdiff
Version is now 1.3.5
authorantirez <antirez@gmail.com>
Wed, 17 Mar 2010 17:30:15 +0000 (18:30 +0100)
committerantirez <antirez@gmail.com>
Wed, 17 Mar 2010 17:30:15 +0000 (18:30 +0100)
redis.c

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