Release v5.0.14.1
- fix/workaround for using modules in forked process started for async save (#130)
This commit is contained in:
@@ -50,8 +50,8 @@ END
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 5,0,14
|
||||
PRODUCTVERSION 5,0,14
|
||||
FILEVERSION 5,0,14,1
|
||||
PRODUCTVERSION 5,0,14,1
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@@ -68,10 +68,10 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Poradowski.com Tomasz Poradowski"
|
||||
VALUE "FileDescription", "Redis for Windows, based on MS OpenTech port."
|
||||
VALUE "FileVersion", "5.0.14"
|
||||
VALUE "FileVersion", "5.0.14.1"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2006-2018 Salvatore Sanfilippo, Microsoft Open Technologies Inc., Tomasz Poradowski"
|
||||
VALUE "ProductName", "Redis for Windows"
|
||||
VALUE "ProductVersion", "5.0.14"
|
||||
VALUE "ProductVersion", "5.0.14.1"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<Product Id="*"
|
||||
Name="Redis on Windows"
|
||||
Language="1033"
|
||||
Version="5.0.14"
|
||||
Version="5.0.14.1"
|
||||
Manufacturer="Poradowski.com"
|
||||
UpgradeCode="{05410198-7212-4FC4-B7C8-AFEFC3DA0FBC}">
|
||||
<Package InstallerVersion="200"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<metadata>
|
||||
<id>redis-64</id>
|
||||
<title>Redis 64-bit</title>
|
||||
<version>5.0.14</version>
|
||||
<version>5.0.14.1</version>
|
||||
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
|
||||
<owners>Microsoft Open Technologies, Inc.</owners>
|
||||
<description>A porting of Redis on Windows 64-bit.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<metadata>
|
||||
<id>redis-64</id>
|
||||
<title>Redis 64-bit</title>
|
||||
<version>5.0.14</version>
|
||||
<version>5.0.14.1</version>
|
||||
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
|
||||
<owners>Microsoft Open Technologies, Inc.</owners>
|
||||
<description>A porting of Redis on Windows 64-bit.
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
#define REDIS_VERSION "5.0.14"
|
||||
#define REDIS_VERSION "5.0.14.1"
|
||||
|
||||
Reference in New Issue
Block a user