VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Release/Setup Files/Product64.wxs
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2021-11-30 23:41:27 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2021-11-30 23:45:17 +0100
commitbf9866e812dee093b2c33b3368b425212360d05b (patch)
tree6e890507fd2ee9b1c5017bdb754c03dc3da3c0b2 /src/Release/Setup Files/Product64.wxs
parent0790b17488e0db1518644b054893a1667cd85a19 (diff)
downloadVeraCrypt-bf9866e812dee093b2c33b3368b425212360d05b.tar.gz
VeraCrypt-bf9866e812dee093b2c33b3368b425212360d05b.zip
Increment version to 1.25.4 and set release date to December 3rd 2021
Diffstat (limited to 'src/Release/Setup Files/Product64.wxs')
-rw-r--r--src/Release/Setup Files/Product64.wxs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Release/Setup Files/Product64.wxs b/src/Release/Setup Files/Product64.wxs
index e524e810..23f89387 100644
--- a/src/Release/Setup Files/Product64.wxs
+++ b/src/Release/Setup Files/Product64.wxs
@@ -4,7 +4,7 @@
<!-- FullProductVersion's first 3 parts MUST BE incremented at each release in order
for upgrades to work ; Windows Installer ignores the 4th part -->
- <?define var.FullProductVersion = 1.25.3?>
+ <?define var.FullProductVersion = 1.25.4?>
<?define var.ProductName = VeraCrypt $(var.FullProductVersion)?>
<!-- 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) -->
<!-- MUST BE regenerated for each new release -->
- <?define var.ProductGuid = {20CFEEFB-4DAC-4E7B-8298-885C2F8296D2}?>
+ <?define var.ProductGuid = {E98D0556-21EF-410C-BB53-35A4533B7126}?>
<!-- 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 -->