From c80eaf1abfa0aa1f1860ea2d95d4a4ffac274cc5 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Tue, 21 Jun 2016 14:06:29 +0200 Subject: [PATCH] [Release] 2.8.2402 --- Redis on Windows Release Notes.md | 4 ++++ msvs/msi/RedisMsi/Product.wxs | 2 +- msvs/setups/chocolatey/Redis.nuspec | 2 +- msvs/setups/nuget/Redis.nuspec | 2 +- src/version.h | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Redis on Windows Release Notes.md b/Redis on Windows Release Notes.md index 104a174c4ca..54f9597dca8 100644 --- a/Redis on Windows Release Notes.md +++ b/Redis on Windows Release Notes.md @@ -1,5 +1,9 @@ MSOpenTech Redis on Windows 2.8 Release Notes ============================================= +--[ Redis on Windows 2.8.2402 ] Release date: Jun 21 2016 + + - [Fix] Possible AV during background save. + --[ Redis on Windows 2.8.2401 ] Release date: Jun 21 2016 - [PR] Fixed pointer overflow crash when using bgsave under rare circumstances. diff --git a/msvs/msi/RedisMsi/Product.wxs b/msvs/msi/RedisMsi/Product.wxs index 227ef46575f..0e18dc47492 100644 --- a/msvs/msi/RedisMsi/Product.wxs +++ b/msvs/msi/RedisMsi/Product.wxs @@ -21,7 +21,7 @@ redis-64 Redis 64-bit - 2.8.2401 + 2.8.2402 Alexis Campailla, Enrico Giordani, Jonathan Pickett Microsoft Open Technologies, Inc. A porting of Redis on Windows 64-bit. diff --git a/msvs/setups/nuget/Redis.nuspec b/msvs/setups/nuget/Redis.nuspec index 9634e68a99f..55173a881f9 100644 --- a/msvs/setups/nuget/Redis.nuspec +++ b/msvs/setups/nuget/Redis.nuspec @@ -3,7 +3,7 @@ redis-64 Redis 64-bit - 2.8.2401 + 2.8.2402 Alexis Campailla, Enrico Giordani, Jonathan Pickett Microsoft Open Technologies, Inc. A porting of Redis on Windows 64-bit. diff --git a/src/version.h b/src/version.h index 127715df64a..79bf23e382a 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.8.2401" +#define REDIS_VERSION "2.8.2402"