]> git.saurik.com Git - redis.git/commitdiff
version is now 1.1.92
authorantirez <antirez@gmail.com>
Tue, 15 Dec 2009 21:27:13 +0000 (16:27 -0500)
committerantirez <antirez@gmail.com>
Tue, 15 Dec 2009 21:27:13 +0000 (16:27 -0500)
redis.c

diff --git a/redis.c b/redis.c
index b200b76264e7cfee1e574f90f2893cf315e9ee9a..8b5e123407c3b973f765582d319431cbf2374a4a 100644 (file)
--- a/redis.c
+++ b/redis.c
@@ -27,7 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#define REDIS_VERSION "1.1.91"
+#define REDIS_VERSION "1.1.92"
 
 #include "fmacros.h"
 #include "config.h"