diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-29 17:06:11 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-29 17:10:04 +0200 |
commit | 4466834322125922597fa14e3e1cb7cca860443e (patch) | |
tree | 70e074ea75e6d807e117a4110f23f95dbf07e6f2 /src/Common | |
parent | 21543ada9b600100cd06add7df0dd192c32d594b (diff) | |
download | VeraCrypt-4466834322125922597fa14e3e1cb7cca860443e.tar.gz VeraCrypt-4466834322125922597fa14e3e1cb7cca860443e.zip |
Set 1.20 release date to June 29th 2017
Diffstat (limited to 'src/Common')
-rw-r--r-- | src/Common/Tcdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index 4c3c6260..8c157cd8 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 0x0120 // Release date -#define TC_STR_RELEASE_DATE L"June 27, 2017" +#define TC_STR_RELEASE_DATE L"June 29, 2017" #define TC_RELEASE_DATE_YEAR 2017 #define TC_RELEASE_DATE_MONTH 06 |