]> git.saurik.com Git - redis.git/commitdiff
version marked 1.3.2
authorantirez <antirez@gmail.com>
Mon, 4 Jan 2010 20:01:55 +0000 (15:01 -0500)
committerantirez <antirez@gmail.com>
Mon, 4 Jan 2010 20:01:55 +0000 (15:01 -0500)
redis.c

diff --git a/redis.c b/redis.c
index eae95ed44cb9ccef93003695cf6e615cdb01b47d..02e7d58a2be773115afa54644ff197ba6a7dd7ab 100644 (file)
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#define REDIS_VERSION "1.3.1"
+#define REDIS_VERSION "1.3.2"
 
 #include "fmacros.h"
 #include "config.h"