Updated version to 1.14.1.0

[Fixed #68] DualShock 4 emulation not working on 32-Bit systems
This commit is contained in:
Benjamin Höglinger
2017-12-20 19:43:42 +01:00
parent d5cdac8df2
commit 48e848203a

View File

@@ -50,8 +50,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,14,0,0
PRODUCTVERSION 1,14,0,0
FILEVERSION 1,14,1,0
PRODUCTVERSION 1,14,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Benjamin H<>glinger-Stelzer"
VALUE "FileDescription", "Virtual Gamepad Emulation User-Mode Library"
VALUE "FileVersion", "1.14.0.0"
VALUE "FileVersion", "1.14.1.0"
VALUE "InternalName", "Virtual Gamepad Emulation User-Mode Library"
VALUE "LegalCopyright", "Copyright (C) Benjamin H<>glinger-Stelzer 2017"
VALUE "OriginalFilename", "ViGEmCli.lib"
VALUE "ProductName", "Virtual Gamepad Emulation User-Mode Library"
VALUE "ProductVersion", "1.14.0.0"
VALUE "ProductVersion", "1.14.1.0"
END
END
BLOCK "VarFileInfo"