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

Increment version to 1.26.24. Update Release Notes and Windows drivers.

This commit is contained in:
Mounir IDRASSI
2025-05-29 18:10:59 +09:00
parent 704a21d31f
commit 08c813efd6
92 changed files with 113 additions and 110 deletions

View File

@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,26,23,0
PRODUCTVERSION 1,26,23,0
FILEVERSION 1,26,24,0
PRODUCTVERSION 1,26,24,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -46,11 +46,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "AM Crypto"
VALUE "FileDescription", "VeraCrypt Format"
VALUE "FileVersion", "1.26.23"
VALUE "FileVersion", "1.26.24"
VALUE "LegalTrademarks", "VeraCrypt"
VALUE "OriginalFilename", "VeraCrypt Format.exe"
VALUE "ProductName", "VeraCrypt"
VALUE "ProductVersion", "1.26.23"
VALUE "ProductVersion", "1.26.24"
END
END
BLOCK "VarFileInfo"