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-08-03 18:58:26 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-08-09 13:53:35 +0400
commit2d1d55517fefb983809f684430e7305b5e2e52a2 (patch)
tree598c8f84f933f844c8389f4735e34bc3545e6201 /src/thirdparty/unrar/dll.rc
parent332593479bc5fb7e1313a3267698124fa76282de (diff)
Update Unrar to 5.0.9.
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 ee08b5e3b..cc229a2b2 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, 7, 925
-PRODUCTVERSION 5, 0, 7, 925
+FILEVERSION 5, 0, 8, 945
+PRODUCTVERSION 5, 0, 8, 945
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.7\0"
- VALUE "ProductVersion", "5.0.7\0"
+ VALUE "FileVersion", "5.0.8\0"
+ VALUE "ProductVersion", "5.0.8\0"
VALUE "LegalCopyright", "Copyright © Alexander Roshal 1993-2013\0"
VALUE "OriginalFilename", "Unrar.dll\0"
}