diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-10 11:01:41 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-10 11:10:24 +0100 |
commit | ed8068cbbd55025bc826c7266d9878a6671e605b (patch) | |
tree | 7fcce34a8cd5e922c1eabeff3fbf4cf2ae9ba691 /src/ExpandVolume/ExpandVolume.rc | |
parent | f9bf666018ad0327fa74251a3316a2618e2b0e67 (diff) | |
download | VeraCrypt-ed8068cbbd55025bc826c7266d9878a6671e605b.tar.gz VeraCrypt-ed8068cbbd55025bc826c7266d9878a6671e605b.zip |
Increment version to 1.24-Update2
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.rc')
-rw-r--r-- | src/ExpandVolume/ExpandVolume.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc index 860130ea..4eb92ffb 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,8,0 - PRODUCTVERSION 1,24,8,0 + FILEVERSION 1,24,9,0 + PRODUCTVERSION 1,24,9,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -211,11 +211,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Expander" - VALUE "FileVersion", "1.24-Hotfix2" + VALUE "FileVersion", "1.24-Update2" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCryptExpander.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.24-Hotfix2" + VALUE "ProductVersion", "1.24-Update2" END END BLOCK "VarFileInfo" |