]> git.saurik.com Git - redis.git/commitdiff
Revert "version 1.3.10"
authorantirez <antirez@gmail.com>
Wed, 21 Apr 2010 08:29:24 +0000 (10:29 +0200)
committerantirez <antirez@gmail.com>
Wed, 21 Apr 2010 08:29:24 +0000 (10:29 +0200)
This reverts commit 188714211af246b96f46a2e598c66fee95c52375.

redis.c

diff --git a/redis.c b/redis.c
index 1d3958abd74c9e21983eee70f53abed4076b14db..53d5c215c7ba11488c1eeb110b357f7046f8485b 100644 (file)
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#define REDIS_VERSION "1.3.10"
+#define REDIS_VERSION "1.3.8"
 
 #include "fmacros.h"
 #include "config.h"