diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-03-30 12:04:28 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-03-30 13:54:05 +0200 |
commit | 5f691297c09486d094668f2180fda198551dc318 (patch) | |
tree | fc5bc9155db52a4440c9c8c79c0bb93801cf9c23 /src/ExpandVolume/ExpandVolume.rc | |
parent | e57ef0229b2007166c9cdab0ea43c93c7bb42db2 (diff) | |
download | VeraCrypt-5f691297c09486d094668f2180fda198551dc318.tar.gz VeraCrypt-5f691297c09486d094668f2180fda198551dc318.zip |
Increment version to 1.22 (1.22.9)
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 5c3061e0..8c143964 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -192,8 +192,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,22,8,0 - PRODUCTVERSION 1,22,8,0 + FILEVERSION 1,22,9,0 + PRODUCTVERSION 1,22,9,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -210,11 +210,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Expander" - VALUE "FileVersion", "1.22-BETA8" + VALUE "FileVersion", "1.22" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCryptExpander.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.22-BETA8" + VALUE "ProductVersion", "1.22" END END BLOCK "VarFileInfo" |