diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-08-25 09:55:44 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-08-25 09:55:44 +0200 |
commit | af734f41dfe844c473275337179222aa7112e995 (patch) | |
tree | 96071c54b31226436b36854ded63f88f7fa04938 /src/ExpandVolume/ExpandVolume.rc | |
parent | d6f0250901b70892f121495ffbfbbc413791fd60 (diff) | |
download | VeraCrypt-af734f41dfe844c473275337179222aa7112e995.tar.gz VeraCrypt-af734f41dfe844c473275337179222aa7112e995.zip |
Increment version to 1.26.14. Set release date to August 25th.
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 f85453dc..39cba761 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,13,0 - PRODUCTVERSION 1,26,13,0 + FILEVERSION 1,26,14,0 + PRODUCTVERSION 1,26,14,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -210,11 +210,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Expander" - VALUE "FileVersion", "1.26.13" + VALUE "FileVersion", "1.26.14" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCryptExpander.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.26.13" + VALUE "ProductVersion", "1.26.14" END END BLOCK "VarFileInfo" |