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

Increment version to 1.25.9 and update Release Notes.

This commit is contained in:
Mounir IDRASSI
2022-02-19 22:53:56 +01:00
parent c145b337cb
commit 3cab3ce37a
88 changed files with 177 additions and 170 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.25.8"
#define VERSION_STRING "1.25.9"
#ifdef VC_EFI_CUSTOM_MODE
#define VERSION_STRING_SUFFIX "-CustomEFI"
@@ -69,7 +69,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0125
// Release date
#define TC_STR_RELEASE_DATE L"February 17, 2022"
#define TC_STR_RELEASE_DATE L"February 19, 2022"
#define TC_RELEASE_DATE_YEAR 2022
#define TC_RELEASE_DATE_MONTH 02