]> git.saurik.com Git - redis.git/commitdiff
Redis version pushed to 1.0
authorantirez <antirez@gmail.com>
Wed, 2 Sep 2009 09:37:01 +0000 (11:37 +0200)
committerantirez <antirez@gmail.com>
Wed, 2 Sep 2009 09:37:01 +0000 (11:37 +0200)
redis.c

diff --git a/redis.c b/redis.c
index 607c827a4cb63d48ff1b342ef7949d6db60d4486..695fca3cfad72cd6b4c7cc48712e5b11dd15ea28 100644 (file)
--- 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"