diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-07-14 18:01:49 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-07-19 01:12:19 +0200 |
commit | 12e0a594fbbefb6b77e8bce0ced6ce660e563b14 (patch) | |
tree | 240e8b1649d778ece57364043731d07d88037854 /src/ExpandVolume | |
parent | 6674fb4401c6f28b9a6db1558aea6379744445b0 (diff) | |
download | VeraCrypt-12e0a594fbbefb6b77e8bce0ced6ce660e563b14.tar.gz VeraCrypt-12e0a594fbbefb6b77e8bce0ced6ce660e563b14.zip |
Windows: Increment version to 1.22-BETA0
Diffstat (limited to 'src/ExpandVolume')
-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 075d92c8..7e57dd99 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,21,5,0 - PRODUCTVERSION 1,21,5,0 + FILEVERSION 1,22,0,0 + PRODUCTVERSION 1,22,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L |