diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-04 17:17:54 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-04 17:17:54 +0200 |
commit | 9086232d17ef7a11faa517c9d7a202378500d49f (patch) | |
tree | bcc1a1254a3a098661ef90da66243011a84e9abc /src/ExpandVolume | |
parent | 22466535f1b9cbe1bd98363cfa98f7f796bc408a (diff) | |
download | VeraCrypt-9086232d17ef7a11faa517c9d7a202378500d49f.tar.gz VeraCrypt-9086232d17ef7a11faa517c9d7a202378500d49f.zip |
Increment version to 1.26.2. Update Release Notes
Diffstat (limited to 'src/ExpandVolume')
-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 38373b01..76e4cf10 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,0,0 - PRODUCTVERSION 1,26,0,0 + FILEVERSION 1,26,2,0 + PRODUCTVERSION 1,26,2,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -211,11 +211,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Expander" - VALUE "FileVersion", "1.26" + VALUE "FileVersion", "1.26.2" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCryptExpander.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.26" + VALUE "ProductVersion", "1.26.2" END END BLOCK "VarFileInfo" |