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/ExpandVolume | |
parent | 865d41e0a31ce5b12f0d96f00b8241db529ecf6d (diff) | |
download | VeraCrypt-81f6d69261066074abd275a37826359f2fa1ab74.tar.gz VeraCrypt-81f6d69261066074abd275a37826359f2fa1ab74.zip |
Increment version to 1.23
Diffstat (limited to 'src/ExpandVolume')
-rw-r--r-- | src/ExpandVolume/ExpandVolume.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc index 5c81ac1b..bdd514b8 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -210,11 +210,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Expander" - VALUE "FileVersion", "1.23-BETA8" + VALUE "FileVersion", "1.23" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCryptExpander.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.23-BETA8" + VALUE "ProductVersion", "1.23" END END BLOCK "VarFileInfo" |