1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-05-21 21:30:48 -05: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
+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.23"
#define VERSION_STRING "1.26.24"
#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 29, 2025"
#define TC_STR_RELEASE_DATE L"May 30, 2025"
#define TC_RELEASE_DATE_YEAR 2025
#define TC_RELEASE_DATE_MONTH 5