]> git.saurik.com Git - redis.git/commitdiff
Better to increment the version minor number when a VM bug is fixed... it will be...
authorantirez <antirez@gmail.com>
Mon, 1 Mar 2010 23:57:09 +0000 (00:57 +0100)
committerantirez <antirez@gmail.com>
Mon, 1 Mar 2010 23:57:09 +0000 (00:57 +0100)
redis.c

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