]> git.saurik.com Git - redis.git/blobdiff - redis.c
Better to increment the version minor number when a VM bug is fixed... it will be...
[redis.git] / 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"