diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-01-14 12:26:28 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-01-14 12:26:28 +0100 |
commit | 1b35abb191c56fa9890ff3f145fd866bbff361c1 (patch) | |
tree | da2d07c4d0a2b673d4f831d210a5c1d675b47601 /src/Common/Tcdefs.h | |
parent | 2aae142a2d2cd6b553c02b86544a7bf3505be93b (diff) | |
download | VeraCrypt-1b35abb191c56fa9890ff3f145fd866bbff361c1.tar.gz VeraCrypt-1b35abb191c56fa9890ff3f145fd866bbff361c1.zip |
Increment version to 1.26.18. Update copyright date. Update Release Notes. Update Windows drivers.
Diffstat (limited to 'src/Common/Tcdefs.h')
-rw-r--r-- | src/Common/Tcdefs.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index 48fc12b6..a391cc4a 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -6,7 +6,7 @@ Encryption for the Masses 2.02a, which is Copyright (c) 1998-2000 Paul Le Roux and which is governed by the 'License Agreement for Encryption for the Masses' Modifications and additions to the original source code (contained in this file) - and all other portions of this file are Copyright (c) 2013-2017 IDRIX + and all other portions of this file are Copyright (c) 2013-2025 IDRIX and are governed by the Apache License 2.0 the full text of which is contained in the file License.txt included in VeraCrypt binary and source code distribution packages. */ @@ -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.17" +#define VERSION_STRING "1.26.18" #ifdef VC_EFI_CUSTOM_MODE #define VERSION_STRING_SUFFIX "-CustomEFI" @@ -73,9 +73,9 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift); #define VERSION_NUM 0x0126 // Release date -#define TC_STR_RELEASE_DATE L"November 24, 2024" -#define TC_RELEASE_DATE_YEAR 2024 -#define TC_RELEASE_DATE_MONTH 11 +#define TC_STR_RELEASE_DATE L"January 13, 2025" +#define TC_RELEASE_DATE_YEAR 2025 +#define TC_RELEASE_DATE_MONTH 1 #define BYTES_PER_KB 1024LL #define BYTES_PER_MB 1048576LL |