diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-03-08 10:37:03 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-03-09 08:03:51 +0100 |
commit | d6ce1db2a8d3d96b3c0a71fdee95a9c02c1f9101 (patch) | |
tree | 3d8cb2bf9b14ad0e9a8be11f7767660777f1269f /src/Format | |
parent | 76c03c23a1f985efebcb76e3b56a2c1b3b01af52 (diff) | |
download | VeraCrypt-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/Format')
-rw-r--r-- | src/Format/Format.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Format/Format.rc b/src/Format/Format.rc index 39310a68..9241a0a4 100644 --- a/src/Format/Format.rc +++ b/src/Format/Format.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // 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 @@ -46,11 +46,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Format" - VALUE "FileVersion", "1.24-Beta3" + VALUE "FileVersion", "1.24-Beta4" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCrypt Format.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.24-Beta3" + VALUE "ProductVersion", "1.24-Beta4" END END BLOCK "VarFileInfo" |