diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-07-23 13:00:13 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-07-23 14:52:19 +0200 |
commit | dd72cf906862e7bbcb8e17f34296b3c1614f952d (patch) | |
tree | 3ce594ac7674b7de78e200ffc2317182689c6429 /src/ExpandVolume/ExpandVolume.rc | |
parent | 3dfd4a533264807898a2d1b58f113ba48ee6f13d (diff) | |
download | VeraCrypt-dd72cf906862e7bbcb8e17f34296b3c1614f952d.tar.gz VeraCrypt-dd72cf906862e7bbcb8e17f34296b3c1614f952d.zip |
Windows: Increment version to 1.22-BETA2-Build1
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 0d8f7957..dd9ed438 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,1,4 - PRODUCTVERSION 1,22,1,4 + FILEVERSION 1,22,2,1 + PRODUCTVERSION 1,22,2,1 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L |