summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-05-21 15:48:39 +0200
committerantirez <antirez@gmail.com>2010-05-21 15:48:39 +0200
commitfda32cb6013c65f765fa9b203bed23e07d35ba59 (patch)
tree42fab5ae8d6d8b680ef4b0d4e6f4f2238e5e7eda
parent329cdba00afd2f97ca828134cb5c24316d516fce (diff)
downloadredis-fda32cb6013c65f765fa9b203bed23e07d35ba59.tar.gz
Master is now already unfreezed, unstable, and ready to hacking sessions!
-rw-r--r--redis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.c b/redis.c
index dc8d84ff8..380924ded 100644
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#define REDIS_VERSION "1.3.14"
+#define REDIS_VERSION "2.1.0"
#include "fmacros.h"
#include "config.h"