Skip to content

Commit 88561fd

Browse files
committed
fix to update the upgradecode of wix projects
1 parent 4b0f76f commit 88561fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packaging/WiX/create_msi.cmake.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by
@@ -37,8 +37,8 @@ SET(CPACK_WIX_CONFIG "@CPACK_WIX_CONFIG@")
3737
SET(CPACK_WIX_INCLUDE "@CPACK_WIX_INCLUDE@")
3838
SET(PRODUCT_NAME "MySQL Server")
3939
SET(PRODUCT_DESCRIPTION "MySQL Database Server")
40-
SET(UPGRADE_ID "F59F931A-0282-45D0-97CD-33F8B43AE3C2")
41-
SET(UPGRADE_CODE "F59F931A-0282-45D0-97CD-33F8B43AE3C2")
40+
SET(UPGRADE_ID "D1DA7A5D-E358-40A5-8DB0-94B563487A74")
41+
SET(UPGRADE_CODE "D1DA7A5D-E358-40A5-8DB0-94B563487A74")
4242

4343
IF("${VERSION}" MATCHES "-ndb-")
4444
MESSAGE(STATUS "This is Cluster build")

0 commit comments

Comments
 (0)