]> git.saurik.com Git - redis.git/commitdiff
Redis version is now 1.3.8
authorantirez <antirez@gmail.com>
Mon, 29 Mar 2010 06:38:23 +0000 (08:38 +0200)
committerantirez <antirez@gmail.com>
Mon, 29 Mar 2010 06:38:23 +0000 (08:38 +0200)
redis.c

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