VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2022-03-22 00:13:52 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2022-03-22 00:56:54 +0100
commit69a9c6b3943db402a11bf2609c4778ab08628a76 (patch)
tree83c2209da2e7c7d269239bbaaba4e650d26f28fc /src/Common
parent165df2188e71c419378e4c70c388a7f4d54921b5 (diff)
downloadVeraCrypt-69a9c6b3943db402a11bf2609c4778ab08628a76.tar.gz
VeraCrypt-69a9c6b3943db402a11bf2609c4778ab08628a76.zip
Update release notes for 1.26.0 and set its date to March 21st 2022
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/Tcdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index f2ffb02b..eb8fefdc 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"March 9, 2022"
+#define TC_STR_RELEASE_DATE L"March 21, 2022"
#define TC_RELEASE_DATE_YEAR 2022
#define TC_RELEASE_DATE_MONTH 03