diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-11-28 22:33:56 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-11-29 00:52:07 +0100 |
commit | 4a5e5735a513dc8838b01b6b620941f0f1da27c7 (patch) | |
tree | b2b173b88240cbe90f3100322df95b4c71648485 /src/ExpandVolume | |
parent | dea28725c8cfc2bb930da171474f0a0ca85d5041 (diff) | |
download | VeraCrypt-4a5e5735a513dc8838b01b6b620941f0f1da27c7.tar.gz VeraCrypt-4a5e5735a513dc8838b01b6b620941f0f1da27c7.zip |
Increment version to 1.24-Update8
Diffstat (limited to 'src/ExpandVolume')
-rw-r--r-- | src/ExpandVolume/ExpandVolume.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc index 0315ea37..a05833cd 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -193,8 +193,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,24,23,0 - PRODUCTVERSION 1,24,23,0 + FILEVERSION 1,24,24,0 + PRODUCTVERSION 1,24,24,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -211,11 +211,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Expander" - VALUE "FileVersion", "1.24-Update7" + VALUE "FileVersion", "1.24-Update8" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCryptExpander.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.24-Update7" + VALUE "ProductVersion", "1.24-Update8" END END BLOCK "VarFileInfo" |