From d6ce1db2a8d3d96b3c0a71fdee95a9c02c1f9101 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 8 Mar 2019 10:37:03 +0100 Subject: Increment version to 1.24-Beta4 and update release notes to clarify that password length increase applies only to non-system volumes. --- src/ExpandVolume/ExpandVolume.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ExpandVolume') 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" -- cgit v1.2.3