diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 1bc6c915204a6d3a610977ce94ead922cbbcc7da..59d8741c93fbbab08ea184c7d087d1d628dc2cfe 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -12,6 +12,11 @@ for 2.0. CHANGELOG --------- +What's new in Redis 2.2.5 +========================= + +* Fixed a crash occurring when loading an AOF containing the SPOP command. + What's new in Redis 2.2.4 ========================= diff --git a/src/version.h b/src/version.h index 6ae276d8937ace5a457d6e643789f92e341ea093..be662ce39c8a7f42a70063a9b6f6f95e354d3927 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.2.4" +#define REDIS_VERSION "2.2.5"