VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume/ExpandVolume.rc
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2019-03-08 10:37:03 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-03-09 08:03:51 +0100
commitd6ce1db2a8d3d96b3c0a71fdee95a9c02c1f9101 (patch)
tree3d8cb2bf9b14ad0e9a8be11f7767660777f1269f /src/ExpandVolume/ExpandVolume.rc
parent76c03c23a1f985efebcb76e3b56a2c1b3b01af52 (diff)
downloadVeraCrypt-d6ce1db2a8d3d96b3c0a71fdee95a9c02c1f9101.tar.gz
VeraCrypt-d6ce1db2a8d3d96b3c0a71fdee95a9c02c1f9101.zip
Increment version to 1.24-Beta4 and update release notes to clarify that password length increase applies only to non-system volumes.
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.rc')
-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 3afdf982..529eb92b 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,24,3,0
- PRODUCTVERSION 1,24,3,0
+ FILEVERSION 1,24,4,0
+ PRODUCTVERSION 1,24,4,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -210,11 +210,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "IDRIX"
VALUE "FileDescription", "VeraCrypt Expander"
- VALUE "FileVersion", "1.24-Beta3"
+ VALUE "FileVersion", "1.24-Beta4"
VALUE "LegalTrademarks", "VeraCrypt"
VALUE "OriginalFilename", "VeraCryptExpander.exe"
VALUE "ProductName", "VeraCrypt"
- VALUE "ProductVersion", "1.24-Beta3"
+ VALUE "ProductVersion", "1.24-Beta4"
END
END
BLOCK "VarFileInfo"