VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume/ExpandVolume.rc
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-04-06 00:18:19 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-04-06 00:22:48 +0200
commit0718a4ec20e870fcc310f605accc4417bebfda7c (patch)
tree95d038656b3b6b709142cbc67ee1b4fb6364d9b7 /src/ExpandVolume/ExpandVolume.rc
parentf2cda804dc9e930567fc58831589c809f443e71a (diff)
downloadVeraCrypt-0718a4ec20e870fcc310f605accc4417bebfda7c.tar.gz
VeraCrypt-0718a4ec20e870fcc310f605accc4417bebfda7c.zip
Increment VeraCrypt version to 1.0f-2
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.rc')
-rw-r--r--src/ExpandVolume/ExpandVolume.rc13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc
index 87a85f22..a401caf5 100644
--- a/src/ExpandVolume/ExpandVolume.rc
+++ b/src/ExpandVolume/ExpandVolume.rc
@@ -214,8 +214,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,7,0,0
- PRODUCTVERSION 0,7,0,0
+ FILEVERSION 1,0,6,3
+ PRODUCTVERSION 1,0,6,3
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -230,10 +230,13 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
+ VALUE "CompanyName", "IDRIX"
VALUE "FileDescription", "VeraCrypt Expander"
- VALUE "FileVersion", "0.7"
- VALUE "LegalCopyright", "Copyright © 2015 IDRIX"
- VALUE "ProductVersion", "0.7"
+ VALUE "FileVersion", "1.0f-2"
+ VALUE "LegalTrademarks", "VeraCrypt"
+ VALUE "OriginalFilename", "VeraCryptExpander.exe"
+ VALUE "ProductName", "VeraCrypt"
+ VALUE "ProductVersion", "1.0f-2"
END
END
BLOCK "VarFileInfo"