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

Increment version to 1.23-BETA8 and update release notes.

This commit is contained in:
Mounir IDRASSI
2018-09-03 11:42:21 +02:00
parent 2730fa33a2
commit fda5880f90
54 changed files with 71 additions and 70 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-BETA7"
#define VERSION_STRING "1.23-BETA8"
// Version number to compare against driver
#define VERSION_NUM 0x0123
// Release date
#define TC_STR_RELEASE_DATE L"September 1, 2018"
#define TC_STR_RELEASE_DATE L"September 2, 2018"
#define TC_RELEASE_DATE_YEAR 2018
#define TC_RELEASE_DATE_MONTH 09