From ef50fb339d608a4ecc76a8b573af46ebfa49ba38 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Mon, 7 Dec 2015 19:54:19 +0100 Subject: [PATCH] [Release] 3.0.500 stable. --- Redis on Windows Release Notes.md | 4 ++++ msvs/setups/chocolatey/Redis.nuspec | 2 +- msvs/setups/nuget/Redis.nuspec | 2 +- src/version.h | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Redis on Windows Release Notes.md b/Redis on Windows Release Notes.md index 3a89dfb2..0056952e 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.500 ] Release date: Dec 07 2015 + + - [Release] 3.0.500 stable. + --[ Redis on Windows 3.0.500-rc2 ] Release date: Dec 03 2015 - [Docs] Updated the README. diff --git a/msvs/setups/chocolatey/Redis.nuspec b/msvs/setups/chocolatey/Redis.nuspec index 01be7504..22ee8667 100644 --- a/msvs/setups/chocolatey/Redis.nuspec +++ b/msvs/setups/chocolatey/Redis.nuspec @@ -3,7 +3,7 @@ redis-64 Redis 64-bit - 3.0.500-rc2 + 3.0.500 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 81cb397c..8dd3e6ac 100644 --- a/msvs/setups/nuget/Redis.nuspec +++ b/msvs/setups/nuget/Redis.nuspec @@ -3,7 +3,7 @@ redis-64 Redis 64-bit - 3.0.500-rc2 + 3.0.500 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 ecafd2bb..282e4c1c 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "3.0.500-rc2" +#define REDIS_VERSION "3.0.500" -- GitLab