diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-07-01 23:23:21 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-07-02 00:51:58 +0200 |
commit | 5540af7c5778f5347b1752df3ccc2dd8a8f73303 (patch) | |
tree | eb5d9d09e8bb39e9b29a19661a130da2b012c201 /src | |
parent | e5728bd36e0a8319e3cbbb280cbd60f2e8d203b1 (diff) | |
download | VeraCrypt-5540af7c5778f5347b1752df3ccc2dd8a8f73303.tar.gz VeraCrypt-5540af7c5778f5347b1752df3ccc2dd8a8f73303.zip |
Windows: increment version to 1.21.2
Diffstat (limited to 'src')
-rw-r--r-- | src/Driver/Driver.rc | 4 | ||||
-rw-r--r-- | src/ExpandVolume/ExpandVolume.rc | 4 | ||||
-rw-r--r-- | src/Format/Format.rc | 4 | ||||
-rw-r--r-- | src/Mount/Mount.rc | 4 | ||||
-rw-r--r-- | src/Setup/Setup.rc | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/src/Driver/Driver.rc b/src/Driver/Driver.rc index dfe3e2e9..93539f71 100644 --- a/src/Driver/Driver.rc +++ b/src/Driver/Driver.rc @@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,21,1,0 - PRODUCTVERSION 1,21,1,0 + FILEVERSION 1,21,2,0 + PRODUCTVERSION 1,21,2,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc index 4d5f7fa7..289254a4 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,1,0 - PRODUCTVERSION 1,21,1,0 + FILEVERSION 1,21,2,0 + PRODUCTVERSION 1,21,2,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/Format/Format.rc b/src/Format/Format.rc index 403ea875..6caaee50 100644 --- a/src/Format/Format.rc +++ b/src/Format/Format.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,21,1,0 - PRODUCTVERSION 1,21,1,0 + FILEVERSION 1,21,2,0 + PRODUCTVERSION 1,21,2,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index f4484d31..921e10f7 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -530,8 +530,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,21,1,0 - PRODUCTVERSION 1,21,1,0 + FILEVERSION 1,21,2,0 + PRODUCTVERSION 1,21,2,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc index 4d9e1939..28950227 100644 --- a/src/Setup/Setup.rc +++ b/src/Setup/Setup.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,21,1,0 - PRODUCTVERSION 1,21,1,0 + FILEVERSION 1,21,2,0 + PRODUCTVERSION 1,21,2,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L |