summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-04-21 09:54:21 +0200
committerantirez <antirez@gmail.com>2010-04-21 09:54:21 +0200
commit188714211af246b96f46a2e598c66fee95c52375 (patch)
tree5793f43331c21a6a84dd5bfd5605c3eae991d8c0
parentd3277ecd92352db11e9f4ce4c45a63c3a225fc29 (diff)
downloadredis-188714211af246b96f46a2e598c66fee95c52375.tar.gz
version 1.3.10
-rw-r--r--redis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.c b/redis.c
index 53d5c215c..1d3958abd 100644
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#define REDIS_VERSION "1.3.8"
+#define REDIS_VERSION "1.3.10"
#include "fmacros.h"
#include "config.h"