diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-11-09 00:09:00 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-11-09 00:09:00 +0100 |
commit | 7e7d776338aab82b6a11eb5cbf3bf019996cd865 (patch) | |
tree | 635bc3fa741f90617f8b482f02b0b443bf4ace2b /src/Release/Setup Files/Product64.wxs | |
parent | 1688779bc38d408e1566320746adbdaa8bdf67d1 (diff) | |
download | VeraCrypt-7e7d776338aab82b6a11eb5cbf3bf019996cd865.tar.gz VeraCrypt-7e7d776338aab82b6a11eb5cbf3bf019996cd865.zip |
Increment version to 1.26.10. Update signed Windows drivers.
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 2f3d78e7..d2107447 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.26.9?> + <?define var.FullProductVersion = 1.26.10?> <?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 = {9B4F85A4-6412-4EDB-BE27-9DC08D4A22EC}?> + <?define var.ProductGuid = {03253FAE-94F8-46F8-ACE9-5458DA9EA621}?> <!-- 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 --> |