VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-07-09 09:46:38 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-07-09 09:49:36 +0200
commit3f36836a3b27b6d591de148269557eb518acb193 (patch)
tree5db2d15fd8ee0d9869326be85a9819bd3020865a /src/Common
parent9833a753ddab074654e6002332a6605bce29b13e (diff)
downloadVeraCrypt-3f36836a3b27b6d591de148269557eb518acb193.tar.gz
VeraCrypt-3f36836a3b27b6d591de148269557eb518acb193.zip
Change 1.21 release date to July 9th 2017
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 cadabafa..68bd6353 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 8, 2017"
+#define TC_STR_RELEASE_DATE L"July 9, 2017"
#define TC_RELEASE_DATE_YEAR 2017
#define TC_RELEASE_DATE_MONTH 07