VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Tcdefs.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2023-08-15 09:48:51 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2023-08-15 09:48:51 +0200
commite47f6e900cb129b6dfee6457785a6b7fe2633c62 (patch)
tree89ee644ee61b7d08a0d4476d6fac369a2d3ccf82 /src/Common/Tcdefs.h
parent462140f144b4802c2848cca63b84521b94c041fb (diff)
downloadVeraCrypt-e47f6e900cb129b6dfee6457785a6b7fe2633c62.tar.gz
VeraCrypt-e47f6e900cb129b6dfee6457785a6b7fe2633c62.zip
Update Release Notes and set date of 1.26.5 to August 15th
Diffstat (limited to 'src/Common/Tcdefs.h')
-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 06446c5a..ff67bc93 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"August 14, 2023"
+#define TC_STR_RELEASE_DATE L"August 15, 2023"
#define TC_RELEASE_DATE_YEAR 2023
#define TC_RELEASE_DATE_MONTH 07