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

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