VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2018-03-22 10:18:20 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2018-03-22 10:25:54 +0100
commitf7a56b8f29150df259ec86a5b7067451c327b7cb (patch)
treef0e66ff8925022d5ac5fa17584ac4bb6cd08cd5a /src/ExpandVolume
parente29ecee6bccbd2a4d7e0c32c85327d51e6c3e6e5 (diff)
downloadVeraCrypt-f7a56b8f29150df259ec86a5b7067451c327b7cb.tar.gz
VeraCrypt-f7a56b8f29150df259ec86a5b7067451c327b7cb.zip
Increment version to 1.22-BETA5 (1.22.5)
Diffstat (limited to 'src/ExpandVolume')
-rw-r--r--src/ExpandVolume/ExpandVolume.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc
index 62b56376..a742254c 100644
--- a/src/ExpandVolume/ExpandVolume.rc
+++ b/src/ExpandVolume/ExpandVolume.rc
@@ -192,8 +192,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,22,4,0
- PRODUCTVERSION 1,22,4,0
+ FILEVERSION 1,22,5,0
+ PRODUCTVERSION 1,22,5,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -210,11 +210,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "IDRIX"
VALUE "FileDescription", "VeraCrypt Expander"
- VALUE "FileVersion", "1.22"
+ VALUE "FileVersion", "1.22-BETA5"
VALUE "LegalTrademarks", "VeraCrypt"
VALUE "OriginalFilename", "VeraCryptExpander.exe"
VALUE "ProductName", "VeraCrypt"
- VALUE "ProductVersion", "1.22"
+ VALUE "ProductVersion", "1.22-BETA5"
END
END
BLOCK "VarFileInfo"