1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Increment version to 1.23-Hotfix1-Preview

This commit is contained in:
Mounir IDRASSI
2019-10-20 22:30:37 +02:00
parent 9b394ddc49
commit 11f1a21652
53 changed files with 97 additions and 68 deletions

View File

@@ -55,7 +55,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
#define VERSION_STRING "1.24"
#define VERSION_STRING "1.24-Hotfix1-Preview"
#ifdef VC_EFI_CUSTOM_MODE
#define VERSION_STRING_SUFFIX "-CustomEFI"
@@ -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"October 6, 2019"
#define TC_STR_RELEASE_DATE L"October 20, 2019"
#define TC_RELEASE_DATE_YEAR 2019
#define TC_RELEASE_DATE_MONTH 10