summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-10-15 13:01:29 +0200
committerantirez <antirez@gmail.com>2010-10-15 13:01:29 +0200
commit4ac0c844ed51ee1d890235a9a548005028ec2050 (patch)
tree249cb91663e2109e3ec9fee2afd28062608244b9
parent87c96a6ed87e4d1878f67c92aa15dc28f17bacf6 (diff)
downloadredis-4ac0c844ed51ee1d890235a9a548005028ec2050.tar.gz
version bumped to 2.0.3
-rw-r--r--redis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.c b/redis.c
index 01c92a0d3..ffe7c2b4c 100644
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#define REDIS_VERSION "2.0.2"
+#define REDIS_VERSION "2.0.3"
#include "fmacros.h"
#include "config.h"