diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-12 18:28:32 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-12 18:30:29 +0200 |
commit | 920b029e0204f66f1f7db6389f18f3387c986ec3 (patch) | |
tree | ec92d442a86bf4527952af9387688a0072c35739 /src/ExpandVolume/ExpandVolume.rc | |
parent | c7f928fe7f0f2a7004b254eea6c7bb1a6defd103 (diff) | |
download | VeraCrypt-920b029e0204f66f1f7db6389f18f3387c986ec3.tar.gz VeraCrypt-920b029e0204f66f1f7db6389f18f3387c986ec3.zip |
Increment version to 1.23-BETA3 and update release notes.
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.rc')
-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 fc8b83dd..adee26b6 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -192,8 +192,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,23,2,0 - PRODUCTVERSION 1,23,2,0 + FILEVERSION 1,23,3,0 + PRODUCTVERSION 1,23,3,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -210,11 +210,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Expander" - VALUE "FileVersion", "1.23-BETA2" + VALUE "FileVersion", "1.23-BETA3" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCryptExpander.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.23-BETA2" + VALUE "ProductVersion", "1.23-BETA3" END END BLOCK "VarFileInfo" |