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

Increment version to 1.26.27. Update Release notes, Windows driver, bootloader

This commit is contained in:
Mounir IDRASSI
2025-09-21 11:56:50 +09:00
parent 4e1dbb92e1
commit b1007c6135
84 changed files with 106 additions and 94 deletions

View File

@@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,26,25,0
PRODUCTVERSION 1,26,25,0
FILEVERSION 1,26,27,0
PRODUCTVERSION 1,26,27,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -43,11 +43,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "AM Crypto"
VALUE "FileDescription", "VeraCrypt Format SDK"
VALUE "FileVersion", "1.26.26"
VALUE "FileVersion", "1.26.27"
VALUE "LegalTrademarks", "VeraCrypt"
VALUE "OriginalFilename", "VeraCryptFormat.dll"
VALUE "ProductName", "VeraCrypt"
VALUE "ProductVersion", "1.26.26"
VALUE "ProductVersion", "1.26.27"
END
END
BLOCK "VarFileInfo"