diff options
Diffstat (limited to 'src/Setup')
-rwxr-xr-x | src/Setup/MacOSX/veracrypt.pkgproj | 4 | ||||
-rwxr-xr-x | src/Setup/MacOSX/veracrypt_Legacy.pkgproj | 2 | ||||
-rwxr-xr-x | src/Setup/MacOSX/veracrypt_fuse-t.pkgproj | 4 | ||||
-rw-r--r-- | src/Setup/Portable.rc | 8 | ||||
-rw-r--r-- | src/Setup/Setup.rc | 8 |
5 files changed, 13 insertions, 13 deletions
diff --git a/src/Setup/MacOSX/veracrypt.pkgproj b/src/Setup/MacOSX/veracrypt.pkgproj index 7dfae8aa..d300fb6f 100755 --- a/src/Setup/MacOSX/veracrypt.pkgproj +++ b/src/Setup/MacOSX/veracrypt.pkgproj @@ -559,3 +559,3 @@ <key>VERSION</key> - <string>1.26.19</string> + <string>1.26.20</string> </dict> @@ -1027,3 +1027,3 @@ https://osxfuse.github.io/ <key>NAME</key> - <string>VeraCrypt 1.26.19</string> + <string>VeraCrypt 1.26.20</string> <key>PAYLOAD_ONLY</key> diff --git a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj index 5831c18f..24d0db36 100755 --- a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj +++ b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj @@ -559,3 +559,3 @@ <key>VERSION</key> - <string>1.26.19</string> + <string>1.26.20</string> </dict> diff --git a/src/Setup/MacOSX/veracrypt_fuse-t.pkgproj b/src/Setup/MacOSX/veracrypt_fuse-t.pkgproj index e040b283..64b33a6e 100755 --- a/src/Setup/MacOSX/veracrypt_fuse-t.pkgproj +++ b/src/Setup/MacOSX/veracrypt_fuse-t.pkgproj @@ -559,3 +559,3 @@ <key>VERSION</key> - <string>1.26.19</string> + <string>1.26.20</string> </dict> @@ -1026,3 +1026,3 @@ https://github.com/macos-fuse-t/fuse-t/releases <key>NAME</key> - <string>VeraCrypt 1.26.19</string> + <string>VeraCrypt 1.26.20</string> <key>PAYLOAD_ONLY</key> diff --git a/src/Setup/Portable.rc b/src/Setup/Portable.rc index 3f86eec7..03afff77 100644 --- a/src/Setup/Portable.rc +++ b/src/Setup/Portable.rc @@ -28,4 +28,4 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,26,19,0 - PRODUCTVERSION 1,26,19,0 + FILEVERSION 1,26,20,0 + PRODUCTVERSION 1,26,20,0 FILEFLAGSMASK 0x17L @@ -46,3 +46,3 @@ BEGIN VALUE "FileDescription", "VeraCrypt Portable" - VALUE "FileVersion", "1.26.19" + VALUE "FileVersion", "1.26.20" VALUE "LegalTrademarks", "VeraCrypt" @@ -50,3 +50,3 @@ BEGIN VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.26.19" + VALUE "ProductVersion", "1.26.20" END diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc index 335fa79b..56aa751d 100644 --- a/src/Setup/Setup.rc +++ b/src/Setup/Setup.rc @@ -30,4 +30,4 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,26,19,0 - PRODUCTVERSION 1,26,19,0 + FILEVERSION 1,26,20,0 + PRODUCTVERSION 1,26,20,0 FILEFLAGSMASK 0x17L @@ -48,3 +48,3 @@ BEGIN VALUE "FileDescription", "VeraCrypt Setup" - VALUE "FileVersion", "1.26.19" + VALUE "FileVersion", "1.26.20" VALUE "LegalTrademarks", "VeraCrypt" @@ -52,3 +52,3 @@ BEGIN VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.26.19" + VALUE "ProductVersion", "1.26.20" END |