1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-05-21 21:30:48 -05:00

Windows: set version to 1.26.26. Update Release Notes, bootloader and Windows drivers.

This commit is contained in:
Mounir IDRASSI
2025-06-29 23:31:18 +09:00
parent 9dc24ba7d0
commit eadb02d8ef
93 changed files with 95 additions and 92 deletions
+2 -2
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.25"
#define VERSION_STRING "1.26.26"
#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"June 25, 2025"
#define TC_STR_RELEASE_DATE L"June 29, 2025"
#define TC_RELEASE_DATE_YEAR 2025
#define TC_RELEASE_DATE_MONTH 6