VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Tcdefs.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2023-07-02 15:01:28 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2023-07-02 15:01:28 +0200
commitfe30ebe3f3a17cf7cc46ce154f736380df39f78b (patch)
tree40cbef0cff6644fa5b3c40725797b682eb165bd9 /src/Common/Tcdefs.h
parent2a728dec8855c2a1b89267e959d6046a47981230 (diff)
downloadVeraCrypt-fe30ebe3f3a17cf7cc46ce154f736380df39f78b.tar.gz
VeraCrypt-fe30ebe3f3a17cf7cc46ce154f736380df39f78b.zip
Update Release Notes with latest changes.
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 9b09fa8c..617126a6 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 28, 2023"
+#define TC_STR_RELEASE_DATE L"July 2, 2023"
#define TC_RELEASE_DATE_YEAR 2023
-#define TC_RELEASE_DATE_MONTH 06
+#define TC_RELEASE_DATE_MONTH 07
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL