mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
MDEV-6891: Update company name
This commit is contained in:
parent
263cf26e8b
commit
48ed8ab215
2 changed files with 3 additions and 3 deletions
|
@ -511,8 +511,8 @@ then
|
|||
echo "The latest information about MariaDB is available at http://mariadb.org/."
|
||||
echo "You can find additional information about the MySQL part at:"
|
||||
echo "http://dev.mysql.com"
|
||||
echo "Support MariaDB development by buying support/new features from"
|
||||
echo "SkySQL Ab. You can contact us about this at sales@skysql.com".
|
||||
echo "Support MariaDB development by buying support/new features from MariaDB"
|
||||
echo "Corporation Ab. You can contact us about this at sales@mariadb.com."
|
||||
echo "Alternatively consider joining our community based development effort:"
|
||||
echo "http://mariadb.com/kb/en/contributing-to-the-mariadb-project/"
|
||||
echo
|
||||
|
|
|
@ -17,7 +17,7 @@ IF(NOT WIN32)
|
|||
RETURN()
|
||||
ENDIF()
|
||||
|
||||
SET(MANUFACTURER "Monty Program AB")
|
||||
SET(MANUFACTURER "MariaDB Corporation Ab")
|
||||
FIND_PATH(WIX_DIR heat.exe
|
||||
$ENV{WIX_DIR}/bin
|
||||
$ENV{ProgramFiles}/wix/bin
|
||||
|
|
Loading…
Reference in a new issue