]> git.saurik.com Git - redis.git/commitdiff
Version chagned to 1.100, also known as the first first 2.0 beta version
authorantirez <antirez@gmail.com>
Sun, 29 Nov 2009 09:44:25 +0000 (10:44 +0100)
committerantirez <antirez@gmail.com>
Sun, 29 Nov 2009 09:44:25 +0000 (10:44 +0100)
redis.c

diff --git a/redis.c b/redis.c
index 81a8ee2dcb38eb29e580d9dca50cf79ee8ffa2ef..f4eb1c49a0beb7e87a29953c6087188826bc74a1 100644 (file)
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#define REDIS_VERSION "1.07"
+#define REDIS_VERSION "1.100"
 
 #include "fmacros.h"
 #include "config.h"