summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-03-29 08:38:23 +0200
committerantirez <antirez@gmail.com>2010-03-29 08:38:23 +0200
commitcac154c58036e59be816aed3d2e54492131c4a85 (patch)
tree7e6401eac9007232d03b74c37a78339c65236aba
parent570e43c8285a4e5e3f31edd8198b8e03ce63f46c (diff)
downloadredis-cac154c58036e59be816aed3d2e54492131c4a85.tar.gz
Redis version is now 1.3.8v1.3.8
-rw-r--r--redis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.c b/redis.c
index f2f54316c..e84ae6b5f 100644
--- 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"