Skip to content

Commit

Permalink
updated release notes for 5.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tporadowski committed May 2, 2020
1 parent 76824cb commit 9414ab9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions RELEASENOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ For release notes related to original Redis project - please see 00-RELEASENOTES

--------------------------------------------------------

2020-05-02: Redis 5.0.9 for Windows
https://github.com/tporadowski/redis/releases/tag/v5.0.9

First release of Redis 5.x for Windows, updated to be in sync with antirez/5.0.9.

--------------------------------------------------------

2020-01-26: Redis 4.0.14.2 for Windows
https://github.com/tporadowski/redis/releases/tag/v4.0.14.2

Expand Down
6 changes: 3 additions & 3 deletions msvs/Build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ msbuild RedisServer.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64
msbuild RedisServer.sln -t:RedisCli -p:Configuration=%CONFIGURATION%;Platform=x64;Machine=x64
msbuild RedisServer.sln -t:RedisBenchmark -p:Configuration=%CONFIGURATION%;Platform=x64;Machine=x64

rem cd msi
rem msbuild RedisMsi.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64
rem cd ..
cd msi
msbuild RedisMsi.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64
cd ..

0 comments on commit 9414ab9

Please sign in to comment.