Skip to content
This repository was archived by the owner on Feb 20, 2021. It is now read-only.

Commit ef50fb3

Browse files
committed
[Release] 3.0.500 stable.
1 parent 1ea1bcf commit ef50fb3

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Redis on Windows Release Notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
MSOpenTech Redis on Windows 3.0 Release Notes
22
=============================================
3+
--[ Redis on Windows 3.0.500 ] Release date: Dec 07 2015
4+
5+
- [Release] 3.0.500 stable.
6+
37
--[ Redis on Windows 3.0.500-rc2 ] Release date: Dec 03 2015
48

59
- [Docs] Updated the README.

msvs/setups/chocolatey/Redis.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>redis-64</id>
55
<title>Redis 64-bit</title>
6-
<version>3.0.500-rc2</version>
6+
<version>3.0.500</version>
77
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
88
<owners>Microsoft Open Technologies, Inc.</owners>
99
<description>A porting of Redis on Windows 64-bit.

msvs/setups/nuget/Redis.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>redis-64</id>
55
<title>Redis 64-bit</title>
6-
<version>3.0.500-rc2</version>
6+
<version>3.0.500</version>
77
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
88
<owners>Microsoft Open Technologies, Inc.</owners>
99
<description>A porting of Redis on Windows 64-bit.

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "3.0.500-rc2"
1+
#define REDIS_VERSION "3.0.500"

0 commit comments

Comments
 (0)