Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-05-03 12:11:47 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-05-05 01:16:15 +0400
commitf52409d3c04bf5dfa501798e88d536074cdde1d9 (patch)
tree5ac43b4fb6ccca3204c57bbe763fb6987b9099b0 /src/thirdparty/unrar/dll.rc
parent0b2ede906f21b4e19bf14a8c1cf916c61ef795a4 (diff)
Update unrar to v5.1.4.
5.1.4.tar.gz - 5.10.3 in the rc file...
Diffstat (limited to 'src/thirdparty/unrar/dll.rc')
-rw-r--r--src/thirdparty/unrar/dll.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/thirdparty/unrar/dll.rc b/src/thirdparty/unrar/dll.rc
index 05132c9b1..a2883159b 100644
--- a/src/thirdparty/unrar/dll.rc
+++ b/src/thirdparty/unrar/dll.rc
@@ -2,8 +2,8 @@
#include <commctrl.h>
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 5, 10, 2, 1192
-PRODUCTVERSION 5, 10, 2, 1192
+FILEVERSION 5, 10, 3, 1216
+PRODUCTVERSION 5, 10, 3, 1216
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
{
@@ -14,8 +14,8 @@ FILETYPE VFT_APP
VALUE "CompanyName", "Alexander Roshal\0"
VALUE "ProductName", "RAR decompression library\0"
VALUE "FileDescription", "RAR decompression library\0"
- VALUE "FileVersion", "5.10.2\0"
- VALUE "ProductVersion", "5.10.2\0"
+ VALUE "FileVersion", "5.10.3\0"
+ VALUE "ProductVersion", "5.10.3\0"
VALUE "LegalCopyright", "Copyright © Alexander Roshal 1993-2014\0"
VALUE "OriginalFilename", "Unrar.dll\0"
}