diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-10 23:07:55 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-11 00:37:09 +0100 |
commit | e925dd2f1a448f2f0f2b4017089d9db38b0a5beb (patch) | |
tree | d029bd817b184e30a864ffdac4be8bd6e0bc533a /src/ExpandVolume/ExpandVolume.rc | |
parent | 818638d2a2e48785cb5e8f70b99bbb831388a42a (diff) | |
download | VeraCrypt-e925dd2f1a448f2f0f2b4017089d9db38b0a5beb.tar.gz VeraCrypt-e925dd2f1a448f2f0f2b4017089d9db38b0a5beb.zip |
Windows: Increment version to 1.25.8.1 and update signed Windows drivers
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.rc')
-rw-r--r-- | src/ExpandVolume/ExpandVolume.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc index 4528cb36..1a3127a1 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -193,8 +193,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,25,8,0 - PRODUCTVERSION 1,25,8,0 + FILEVERSION 1,25,8,1 + PRODUCTVERSION 1,25,8,1 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L |