VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Tcdefs.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2024-07-24 14:01:07 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2024-07-24 14:01:07 +0200
commit70cd0c0b1b2ce82dc4fb81cd22bc352dbe605701 (patch)
treeacdf8ad16bebd36d031fb59319e00f1993e1f1cf /src/Common/Tcdefs.h
parent462c10fbbdc2b7fb98653f547de68674aeb2aabf (diff)
downloadVeraCrypt-70cd0c0b1b2ce82dc4fb81cd22bc352dbe605701.tar.gz
VeraCrypt-70cd0c0b1b2ce82dc4fb81cd22bc352dbe605701.zip
Update CHM documentation. Use correct date of 1.26.12 in header.
Diffstat (limited to 'src/Common/Tcdefs.h')
-rw-r--r--src/Common/Tcdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 72ef945d..6f903e07 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -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"June 23, 2024"
+#define TC_STR_RELEASE_DATE L"July 12, 2024"
#define TC_RELEASE_DATE_YEAR 2024
-#define TC_RELEASE_DATE_MONTH 6
+#define TC_RELEASE_DATE_MONTH 7
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL