Skip to content

Commit 573f870

Browse files
committed
Increment version to 1.26.17 is packaging files.
1 parent 26c149a commit 573f870

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

src/Build/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ elseif ( NOT DEFINED NOGUI )
1111
endif()
1212

1313
# - Set version of the package
14-
set( FULL_VERSION "1.26.26" )
15-
set( VERSION "1.26.26" )
14+
set( FULL_VERSION "1.26.27" )
15+
set( VERSION "1.26.27" )
1616
set( RELEASE "1" )
1717

1818
# - Set PROJECT_NAME and CONFLICT_PACKAGE values

src/Release/Setup Files/Product64.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<!-- FullProductVersion's first 3 parts MUST BE incremented at each release in order
66
for upgrades to work ; Windows Installer ignores the 4th part -->
7-
<?define var.FullProductVersion = 1.26.26?>
7+
<?define var.FullProductVersion = 1.26.27?>
88
<?define var.ProductName = VeraCrypt $(var.FullProductVersion)?>
99

1010
<!-- Unique GUID identifying this family of product (32-bit and 64-bit have the same) -->
1111
<?define var.UpgradeCode = {298F5D2B-3B01-4A13-BEFD-4B3C7BE43BC6}?>
1212

1313
<!-- Unique GUID identifying this product release (32-bit and 64-bit have different ones) -->
1414
<!-- MUST BE regenerated for each new release -->
15-
<?define var.ProductGuid = {1BD87CAB-675B-4B89-952F-BC167F5CB0D2}?>
15+
<?define var.ProductGuid = {CE340156-372B-4F74-A3DF-5EC4C621B616}?>
1616

1717
<!-- Unique GUID identifying a particular Windows Installer package -->
1818
<!-- When compiling a product, it should not be set in order to allow it to be generated for each build -->

src/Setup/MacOSX/veracrypt.pkgproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
<key>USE_HFS+_COMPRESSION</key>
558558
<false/>
559559
<key>VERSION</key>
560-
<string>1.26.26</string>
560+
<string>1.26.27</string>
561561
</dict>
562562
<key>TYPE</key>
563563
<integer>0</integer>
@@ -1025,7 +1025,7 @@ https://macfuse.github.io/
10251025
</dict>
10261026
</array>
10271027
<key>NAME</key>
1028-
<string>VeraCrypt 1.26.26</string>
1028+
<string>VeraCrypt 1.26.27</string>
10291029
<key>PAYLOAD_ONLY</key>
10301030
<false/>
10311031
<key>TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING</key>

src/Setup/MacOSX/veracrypt_Legacy.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
<key>USE_HFS+_COMPRESSION</key>
558558
<false/>
559559
<key>VERSION</key>
560-
<string>1.26.26</string>
560+
<string>1.26.27</string>
561561
</dict>
562562
<key>TYPE</key>
563563
<integer>0</integer>

src/Setup/MacOSX/veracrypt_fuse-t.pkgproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
<key>USE_HFS+_COMPRESSION</key>
558558
<false/>
559559
<key>VERSION</key>
560-
<string>1.26.26</string>
560+
<string>1.26.27</string>
561561
</dict>
562562
<key>TYPE</key>
563563
<integer>0</integer>
@@ -1024,7 +1024,7 @@ https://github.com/macos-fuse-t/fuse-t/releases
10241024
</dict>
10251025
</array>
10261026
<key>NAME</key>
1027-
<string>VeraCrypt 1.26.26</string>
1027+
<string>VeraCrypt 1.26.27</string>
10281028
<key>PAYLOAD_ONLY</key>
10291029
<false/>
10301030
<key>TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING</key>

src/Signing/sign.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH=%PATH%;%WSDK81%\bin\x86;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86
22

3-
set VC_VERSION=1.26.26
4-
set VC_VERSION_NBRE=1.26.26
3+
set VC_VERSION=1.26.27
4+
set VC_VERSION_NBRE=1.26.27
55
set SIGNINGPATH=%~dp0
66
cd %SIGNINGPATH%
77

src/Signing/sign_TESTSIGNING.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH=%PATH%;%WSDK81%\bin\x86
22

3-
set VC_VERSION=1.26.26
4-
set VC_VERSION_NBRE=1.26.26
3+
set VC_VERSION=1.26.27
4+
set VC_VERSION_NBRE=1.26.27
55
set SIGNINGPATH=%~dp0
66
cd %SIGNINGPATH%
77

src/Signing/sign_test.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PATH=%PATH%;%WSDK81%\bin\x86
2-
set VC_VERSION=1.26.26
3-
set VC_VERSION_NBRE=1.26.26
2+
set VC_VERSION=1.26.27
3+
set VC_VERSION_NBRE=1.26.27
44
set PFXNAME=TestCertificate\idrix_codeSign.pfx
55
set PFXPASSWORD=idrix
66
set PFXCA=TestCertificate\idrix_TestRootCA.crt

src/Signing/sign_test_debug.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PATH=%PATH%;%WSDK81%\bin\x86
2-
set VC_VERSION=1.26.26
3-
set VC_VERSION_NBRE=1.26.26
2+
set VC_VERSION=1.26.27
3+
set VC_VERSION_NBRE=1.26.27
44
set PFXNAME=TestCertificate\idrix_codeSign.pfx
55
set PFXPASSWORD=idrix
66
set PFXCA=TestCertificate\idrix_TestRootCA.crt

0 commit comments

Comments
 (0)