diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-08-02 00:29:22 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-08-02 00:57:32 +0200 |
commit | ad1b91bf6fc817f455c9ce251d67b16977070717 (patch) | |
tree | a19673833344030e562f439c9e0262d610e2c11a /src/ExpandVolume/ExpandVolume.rc | |
parent | 6986dce63ecf60e26203dab42a1c5bb383cbf203 (diff) | |
download | VeraCrypt-ad1b91bf6fc817f455c9ce251d67b16977070717.tar.gz VeraCrypt-ad1b91bf6fc817f455c9ce251d67b16977070717.zip |
Windows: Increment version to 1.24.25.2 and update signed Windows driver
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 798e0a7e..78cc7929 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,24,25,0 - PRODUCTVERSION 1,24,25,0 + FILEVERSION 1,24,25,2 + PRODUCTVERSION 1,24,25,2 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L |