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>2013-11-12 19:14:56 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-11-17 15:45:25 +0400
commit3682dd164d4ad1229d5feee50af2beff6788d06d (patch)
tree279fb166149619e43783ba575de2438ae818f933 /src/thirdparty/unrar/dll.rc
parentaa405a49f960c394eb623d291371ae01a4fe772e (diff)
Update Unrar to v5.0.0.13.
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 6a91d1a9a..dbe1603f4 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, 0, 100, 965
-PRODUCTVERSION 5, 0, 100, 965
+FILEVERSION 5, 1, 1, 1047
+PRODUCTVERSION 5, 1, 1, 1047
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.0.0\0"
- VALUE "ProductVersion", "5.0.0\0"
+ VALUE "FileVersion", "5.1.1\0"
+ VALUE "ProductVersion", "5.1.1\0"
VALUE "LegalCopyright", "Copyright © Alexander Roshal 1993-2013\0"
VALUE "OriginalFilename", "Unrar.dll\0"
}