diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-10-10 23:15:18 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-10-10 23:15:18 +0200 |
commit | 06b3095e205b542847de17f10d132bfff78260f3 (patch) | |
tree | bc24dd2a690eb57de9a6f8f386c63d64163a8e2d /src/ExpandVolume/ExpandVolume.rc | |
parent | 92acca91f2ea7eab6f115f6d2ddbf0b645f3b07e (diff) | |
download | VeraCrypt-06b3095e205b542847de17f10d132bfff78260f3.tar.gz VeraCrypt-06b3095e205b542847de17f10d132bfff78260f3.zip |
Increment version to 1.26.8
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 50d0aa8e..71e26faa 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,26,7,0 - PRODUCTVERSION 1,26,7,0 + FILEVERSION 1,26,8,0 + PRODUCTVERSION 1,26,8,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -210,11 +210,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Expander" - VALUE "FileVersion", "1.26.7" + VALUE "FileVersion", "1.26.8" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCryptExpander.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.26.7" + VALUE "ProductVersion", "1.26.8" END END BLOCK "VarFileInfo" |