diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-10 23:07:55 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-11 00:37:09 +0100 |
commit | e925dd2f1a448f2f0f2b4017089d9db38b0a5beb (patch) | |
tree | d029bd817b184e30a864ffdac4be8bd6e0bc533a /src/Release/Setup Files/Product64.wxs | |
parent | 818638d2a2e48785cb5e8f70b99bbb831388a42a (diff) | |
download | VeraCrypt-e925dd2f1a448f2f0f2b4017089d9db38b0a5beb.tar.gz VeraCrypt-e925dd2f1a448f2f0f2b4017089d9db38b0a5beb.zip |
Windows: Increment version to 1.25.8.1 and update signed Windows drivers
Diffstat (limited to 'src/Release/Setup Files/Product64.wxs')
-rw-r--r-- | src/Release/Setup Files/Product64.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Release/Setup Files/Product64.wxs b/src/Release/Setup Files/Product64.wxs index 420c34a8..f4ec2c09 100644 --- a/src/Release/Setup Files/Product64.wxs +++ b/src/Release/Setup Files/Product64.wxs @@ -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 = {0BB46A1B-F1B9-4F48-A03D-1E81EEA7B7A4}?> + <?define var.ProductGuid = {121986C0-9BBB-454C-AC39-187AC1400E20}?> <!-- 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 --> |