Redis version modified to 0.900

This commit is contained in:
antirez 2009-06-16 17:33:58 +02:00
parent 88a88bb667
commit f0dec43b53
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#define REDIS_VERSION "0.101"
#define REDIS_VERSION "0.900"
#include "fmacros.h"