summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-09-02 11:37:01 +0200
committerantirez <antirez@gmail.com>2009-09-02 11:37:01 +0200
commit61c38ac53138e489d7e7260cc4d931b71c9c22ea (patch)
tree32608bc29bd686da722021f286813275a7ab5681
parent3113921a454a6fad2b745cf8b5c146d396bdf771 (diff)
downloadredis-61c38ac53138e489d7e7260cc4d931b71c9c22ea.tar.gz
Redis version pushed to 1.0
-rw-r--r--redis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.c b/redis.c
index 607c827a4..695fca3cf 100644
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#define REDIS_VERSION "0.900"
+#define REDIS_VERSION "1.000"
#include "fmacros.h"
#include "config.h"