1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

Windows: Update MSI version to 1.26.25

This commit is contained in:
Mounir IDRASSI
2025-06-26 11:12:30 +09:00
parent 56146ca6b7
commit 176d1c8bff

View File

@@ -4,7 +4,7 @@
<!-- FullProductVersion's first 3 parts MUST BE incremented at each release in order <!-- FullProductVersion's first 3 parts MUST BE incremented at each release in order
for upgrades to work ; Windows Installer ignores the 4th part --> for upgrades to work ; Windows Installer ignores the 4th part -->
<?define var.FullProductVersion = 1.26.24?> <?define var.FullProductVersion = 1.26.25?>
<?define var.ProductName = VeraCrypt $(var.FullProductVersion)?> <?define var.ProductName = VeraCrypt $(var.FullProductVersion)?>
<!-- Unique GUID identifying this family of product (32-bit and 64-bit have the same) --> <!-- Unique GUID identifying this family of product (32-bit and 64-bit have the same) -->
@@ -12,7 +12,7 @@
<!-- Unique GUID identifying this product release (32-bit and 64-bit have different ones) --> <!-- Unique GUID identifying this product release (32-bit and 64-bit have different ones) -->
<!-- MUST BE regenerated for each new release --> <!-- MUST BE regenerated for each new release -->
<?define var.ProductGuid = {9EBED8F8-BD2F-4561-B5A3-628A8815F51F}?> <?define var.ProductGuid = {D24D643B-D6D5-41FC-AB7D-DCEC2DB8AD50}?>
<!-- Unique GUID identifying a particular Windows Installer package --> <!-- Unique GUID identifying a particular Windows Installer package -->
<!-- When compiling a product, it should not be set in order to allow it to be generated for each build --> <!-- When compiling a product, it should not be set in order to allow it to be generated for each build -->