diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-07-24 09:13:34 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-07-24 09:13:34 +0200 |
commit | d4fdba1d298efa677fa62abe0ef90185c5e848d3 (patch) | |
tree | f03827df7a553765b9051fa21e0576d04c651457 /src | |
parent | ab844d8bad6f8f9cf2beb469c1f8d84fe6323ecd (diff) | |
download | VeraCrypt-d4fdba1d298efa677fa62abe0ef90185c5e848d3.tar.gz VeraCrypt-d4fdba1d298efa677fa62abe0ef90185c5e848d3.zip |
Update Release Notes and set date of 1.26.4 to July 24th
Diffstat (limited to 'src')
-rw-r--r-- | src/Common/Tcdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index ce2243d5..0ffb4c8d 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -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"July 23, 2023" +#define TC_STR_RELEASE_DATE L"July 24, 2023" #define TC_RELEASE_DATE_YEAR 2023 #define TC_RELEASE_DATE_MONTH 07 |