diff options
author | kavsrf <kavsrf@gmail.com> | 2017-02-26 10:48:24 +0300 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-05 17:45:45 +0200 |
commit | cf5729d4e184831d8d1a9bb3a83db9b645f96c24 (patch) | |
tree | 20bc6797f36b1ac27b827435e83d956175adcd50 /src/Format | |
parent | 46cd09ef50bb63fa2b30b9c4f9fd284e130a46d4 (diff) | |
download | VeraCrypt-cf5729d4e184831d8d1a9bb3a83db9b645f96c24.tar.gz VeraCrypt-cf5729d4e184831d8d1a9bb3a83db9b645f96c24.zip |
Beta2 patch 1
Edit DcsProp and PlatformInfo from System->Settings
EFI loader updated
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 6b1578fd..1207c010 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.20-BETA2" + VALUE "FileVersion", "1.20-BETA2p1" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCrypt Format.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.20-BETA2" + VALUE "ProductVersion", "1.20-BETA2p1" END END BLOCK "VarFileInfo" |