]> git.saurik.com Git - redis.git/commitdiff
incremented version number to 1.001, AKA Redis edge is no longer stable...
authorantirez <antirez@gmail.com>
Thu, 10 Sep 2009 15:46:21 +0000 (17:46 +0200)
committerantirez <antirez@gmail.com>
Thu, 10 Sep 2009 15:46:21 +0000 (17:46 +0200)
redis.c

diff --git a/redis.c b/redis.c
index 010dfb8fe53541b30dd42c77ab667b6b5e839e62..5034a802f7ad7049477230341d9b0bae632e6132 100644 (file)
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#define REDIS_VERSION "1.000"
+#define REDIS_VERSION "1.001"
 
 #include "fmacros.h"
 #include "config.h"