VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-07-07 10:42:18 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-07-07 11:52:38 +0200
commit753894cb7e718f35426ce0de867c2b9c8c9a32e0 (patch)
tree48f82f9c931b4743f88b9b031eddafe43a8446a0
parent4e0ced43a48872afd5c1049506b53eef69622149 (diff)
downloadVeraCrypt-753894cb7e718f35426ce0de867c2b9c8c9a32e0.tar.gz
VeraCrypt-753894cb7e718f35426ce0de867c2b9c8c9a32e0.zip
Change 1.21 release date to July 7th 2017
-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 5be7ee83..1657a414 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -61,7 +61,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0121
// Release date
-#define TC_STR_RELEASE_DATE L"July 5, 2017"
+#define TC_STR_RELEASE_DATE L"July 7, 2017"
#define TC_RELEASE_DATE_YEAR 2017
#define TC_RELEASE_DATE_MONTH 07