diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-12-27 22:38:57 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-12-27 22:40:28 +0100 |
commit | e3267f289b9a9d1a8dbbd0dbe5f7916355ada8d2 (patch) | |
tree | 1ae51f43212f9cc01f7bdd8fa550868080c1fc61 /src/Release/Setup Files/Product64.wxs | |
parent | 7b8ba151b2b6a99521cc6cf6f8c5215b4d36ba62 (diff) | |
download | VeraCrypt-e3267f289b9a9d1a8dbbd0dbe5f7916355ada8d2.tar.gz VeraCrypt-e3267f289b9a9d1a8dbbd0dbe5f7916355ada8d2.zip |
Increment version to 1.25.6. Update Release Notes and add signed Windows driver.
Diffstat (limited to 'src/Release/Setup Files/Product64.wxs')
-rw-r--r-- | src/Release/Setup Files/Product64.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Release/Setup Files/Product64.wxs b/src/Release/Setup Files/Product64.wxs index 2958bdea..8067ea1b 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.5?> + <?define var.FullProductVersion = 1.25.6?> <?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 = {FB801A9D-C7E9-49FE-8818-073980435072}?> + <?define var.ProductGuid = {873AA4D3-482F-49D8-9594-BCF28CF93132}?> <!-- 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 --> |