1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

Increment version to 1.26.16. Update Release Notes. Update signed Windows drivers.

This commit is contained in:
Mounir IDRASSI
2024-11-18 00:04:26 +01:00
parent 93868acfdd
commit f9b9a9ca9f
91 changed files with 167 additions and 105 deletions

View File

@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,26,15,0
PRODUCTVERSION 1,26,15,0
FILEVERSION 1,26,16,0
PRODUCTVERSION 1,26,16,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -46,11 +46,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "IDRIX"
VALUE "FileDescription", "VeraCrypt Format"
VALUE "FileVersion", "1.26.15"
VALUE "FileVersion", "1.26.16"
VALUE "LegalTrademarks", "VeraCrypt"
VALUE "OriginalFilename", "VeraCrypt Format.exe"
VALUE "ProductName", "VeraCrypt"
VALUE "ProductVersion", "1.26.15"
VALUE "ProductVersion", "1.26.16"
END
END
BLOCK "VarFileInfo"