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

Increment version to 1.26.22. Update Release Notes. Update signed drivers.

This commit is contained in:
Mounir IDRASSI
2025-05-25 09:49:49 +09:00
parent 34c6557e75
commit 4b46d992da
92 changed files with 162 additions and 108 deletions

View File

@@ -59,7 +59,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
#define VERSION_STRING "1.26.21"
#define VERSION_STRING "1.26.22"
#ifdef VC_EFI_CUSTOM_MODE
#define VERSION_STRING_SUFFIX "-CustomEFI"
@@ -73,7 +73,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0126
// Release date
#define TC_STR_RELEASE_DATE L"May 17, 2025"
#define TC_STR_RELEASE_DATE L"May 26, 2025"
#define TC_RELEASE_DATE_YEAR 2025
#define TC_RELEASE_DATE_MONTH 5