diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-28 19:18:35 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-28 19:18:35 +0200 |
commit | 342f78c0909d5f54ec50877dccf9db36f5db77c3 (patch) | |
tree | bd5d58b6fa47bade8395f042d931a8adbac996e2 /src/ExpandVolume/ExpandVolume.rc | |
parent | 47c081792c0e95dd8d85441d79d12565748497e3 (diff) | |
download | VeraCrypt-342f78c0909d5f54ec50877dccf9db36f5db77c3.tar.gz VeraCrypt-342f78c0909d5f54ec50877dccf9db36f5db77c3.zip |
Increment version to 1.26.3. 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 624b7bea..a3c3fc22 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -193,8 +193,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,26,2,0 - PRODUCTVERSION 1,26,2,0 + FILEVERSION 1,26,3,0 + PRODUCTVERSION 1,26,3,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -211,11 +211,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Expander" - VALUE "FileVersion", "1.26.2" + VALUE "FileVersion", "1.26.3" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCryptExpander.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.26.2" + VALUE "ProductVersion", "1.26.3" END END BLOCK "VarFileInfo" |