diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-06 11:24:39 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-06 11:26:20 +0200 |
commit | be6c81787368959b463fc76da1ece77ca522f0fb (patch) | |
tree | b3b14e998e1793759472159cbb3d92fb2e0244fb /src/Format | |
parent | af9e0f04828980ac826057ba41b5b2b4b03cc79f (diff) | |
download | VeraCrypt-be6c81787368959b463fc76da1ece77ca522f0fb.tar.gz VeraCrypt-be6c81787368959b463fc76da1ece77ca522f0fb.zip |
Increment version to 1.24
Diffstat (limited to 'src/Format')
-rw-r--r-- | src/Format/Format.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Format/Format.rc b/src/Format/Format.rc index c89b7385..9f40ace4 100644 --- a/src/Format/Format.rc +++ b/src/Format/Format.rc @@ -46,11 +46,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Format" - VALUE "FileVersion", "1.24-Beta6" + VALUE "FileVersion", "1.24" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCrypt Format.exe" VALUE "ProductName", "VeraCrypt" - // VALUE "ProductVersion", "1.24-Beta6" + // VALUE "ProductVersion", "1.24" END END BLOCK "VarFileInfo" |