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

Increment version to 1.23-BETA6

This commit is contained in:
Mounir IDRASSI
2018-08-24 00:34:20 +02:00
parent 7cbe6b71e5
commit e22676d336
58 changed files with 74 additions and 77 deletions

View File

@@ -55,13 +55,13 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
#define VERSION_STRING "1.23-BETA5"
#define VERSION_STRING "1.23-BETA6"
// Version number to compare against driver
#define VERSION_NUM 0x0123
// Release date
#define TC_STR_RELEASE_DATE L"August 18, 2018"
#define TC_STR_RELEASE_DATE L"August 23, 2018"
#define TC_RELEASE_DATE_YEAR 2018
#define TC_RELEASE_DATE_MONTH 08