mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows: Increment driver version to 1.24.1.1
This commit is contained in:
@@ -61,7 +61,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
|
|||||||
#define VERSION_NUM 0x0124
|
#define VERSION_NUM 0x0124
|
||||||
|
|
||||||
// Release date
|
// Release date
|
||||||
#define TC_STR_RELEASE_DATE L"January 15, 2019"
|
#define TC_STR_RELEASE_DATE L"January 21, 2019"
|
||||||
#define TC_RELEASE_DATE_YEAR 2019
|
#define TC_RELEASE_DATE_YEAR 2019
|
||||||
#define TC_RELEASE_DATE_MONTH 1
|
#define TC_RELEASE_DATE_MONTH 1
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,24,1,0
|
FILEVERSION 1,24,1,1
|
||||||
PRODUCTVERSION 1,24,1,0
|
PRODUCTVERSION 1,24,1,0
|
||||||
FILEFLAGSMASK 0x17L
|
FILEFLAGSMASK 0x17L
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -10,7 +10,7 @@ signature = "$Windows NT$"
|
|||||||
Class = "Encryption" ;This is determined by the work this filter driver does
|
Class = "Encryption" ;This is determined by the work this filter driver does
|
||||||
ClassGuid = {a0a701c0-a511-42ff-aa6c-06dc0395576f} ;This value is determined by the Class
|
ClassGuid = {a0a701c0-a511-42ff-aa6c-06dc0395576f} ;This value is determined by the Class
|
||||||
Provider = %ProviderString%
|
Provider = %ProviderString%
|
||||||
DriverVer = 01/12/2019,1.24.1.0
|
DriverVer = 01/21/2019,1.24.1.1
|
||||||
CatalogFile = veracrypt.cat
|
CatalogFile = veracrypt.cat
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user