diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-09-09 16:14:25 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-09-09 16:15:47 +0200 |
commit | 81f6d69261066074abd275a37826359f2fa1ab74 (patch) | |
tree | 430f06d93a43bb74e071953e81c079e6a9d1a733 /src/Format | |
parent | 865d41e0a31ce5b12f0d96f00b8241db529ecf6d (diff) | |
download | VeraCrypt-81f6d69261066074abd275a37826359f2fa1ab74.tar.gz VeraCrypt-81f6d69261066074abd275a37826359f2fa1ab74.zip |
Increment version to 1.23
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 8cf01c30..16ed8e62 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.23-BETA8" + VALUE "FileVersion", "1.23" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCrypt Format.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.23-BETA8" + VALUE "ProductVersion", "1.23" END END BLOCK "VarFileInfo" |