diff --git a/Changelog b/Changelog index d690fb68..c23d23eb 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +2009-06-16 update-ruby-client script already points to ezmobius repo +2009-06-16 client libraries updated +2009-06-16 Redis release candidate 1 2009-06-16 Better handling of background saving process killed or crashed 2009-06-14 number of keys info in INFO command thanks to Diego Rosario Brogna 2009-06-14 SPOP documented diff --git a/redis.c b/redis.c index 384221e7..670b66ad 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "0.101" +#define REDIS_VERSION "0.900" #include "fmacros.h"