From 2d9ac6190177b57b4a55ca062b4681baeb521994 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Tue, 21 Jun 2016 14:28:18 +0200 Subject: [PATCH] [Release] 3.0.503 --- Redis on Windows Release Notes.md | 4 ++++ appveyor.yml | 4 ++-- msvs/msi/RedisMsi/Product.wxs | 2 +- msvs/setups/chocolatey/Redis.nuspec | 2 +- msvs/setups/nuget/Redis.nuspec | 2 +- src/version.h | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Redis on Windows Release Notes.md b/Redis on Windows Release Notes.md index 7543a10561c..635d42fd3e7 100644 --- a/Redis on Windows Release Notes.md +++ b/Redis on Windows Release Notes.md @@ -1,5 +1,9 @@ MSOpenTech Redis on Windows 3.0 Release Notes ============================================= +--[ Redis on Windows 3.0.503 ] Release date: Jun 21 2016 + + - [Fix] Possible AV during background save. + --[ Redis on Windows 3.0.502 ] Release date: Jun 21 2016 - [PR] Fixed pointer overflow crash when using bgsave under rare circumstances. (by @Harachie) diff --git a/appveyor.yml b/appveyor.yml index e93dce4dbc0..696b93ed56c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,9 @@ -version: 3.0.502.{build} +version: 3.0.503.{build} branches: # whitelist only: - - '2.8' + - '3.0' - appveyor install: diff --git a/msvs/msi/RedisMsi/Product.wxs b/msvs/msi/RedisMsi/Product.wxs index 336605f4e0b..ca916ee4822 100644 --- a/msvs/msi/RedisMsi/Product.wxs +++ b/msvs/msi/RedisMsi/Product.wxs @@ -21,7 +21,7 @@ redis-64 Redis 64-bit - 3.0.502 + 3.0.503 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 161dc742c4f..cd4a0277b8e 100644 --- a/msvs/setups/nuget/Redis.nuspec +++ b/msvs/setups/nuget/Redis.nuspec @@ -3,7 +3,7 @@ redis-64 Redis 64-bit - 3.0.502 + 3.0.503 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 0e417e750cb..89071d18154 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "3.0.502" +#define REDIS_VERSION "3.0.503"