diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-02-01 12:56:19 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-02-01 13:02:01 +0100 |
commit | 5d3278bcf20d7b8039747a430f86b7dd5ef49a04 (patch) | |
tree | 707e22a8564f7cbb5b16e22e894195c1459a4e24 /src/Common | |
parent | 0b8e768721bc3751de937861246c0a71c20030ed (diff) | |
download | VeraCrypt-5d3278bcf20d7b8039747a430f86b7dd5ef49a04.tar.gz VeraCrypt-5d3278bcf20d7b8039747a430f86b7dd5ef49a04.zip |
Update Release Notes and other files for 1.24-Beta2 release
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 0a88a5f4..ed0c94bb 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -67,7 +67,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift); #define VERSION_NUM 0x0124 // Release date -#define TC_STR_RELEASE_DATE L"January 28, 2019" +#define TC_STR_RELEASE_DATE L"January 31, 2019" #define TC_RELEASE_DATE_YEAR 2019 #define TC_RELEASE_DATE_MONTH 1 |