diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2011-09-20 17:47:53 +0200 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2011-09-20 17:47:53 +0200 |
commit | 1f9fe1b4d51d268730875039967c847678600700 (patch) | |
tree | 75bd38e1521576a9993dbf755fe4d5b16f3efb72 /cmake/mysql_version.cmake | |
parent | dbcdad7d4a726a28aa0a210a674ec26d1ac5c98e (diff) | |
download | mariadb-git-1f9fe1b4d51d268730875039967c847678600700.tar.gz |
Update email address for Release Engineering.
Diffstat (limited to 'cmake/mysql_version.cmake')
-rw-r--r-- | cmake/mysql_version.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/mysql_version.cmake b/cmake/mysql_version.cmake index 122f0e63736..f21d29815e6 100644 --- a/cmake/mysql_version.cmake +++ b/cmake/mysql_version.cmake @@ -94,8 +94,8 @@ ENDIF() IF(NOT CPACK_SOURCE_PACKAGE_FILE_NAME) SET(CPACK_SOURCE_PACKAGE_FILE_NAME "mysql-${VERSION}") ENDIF() -SET(CPACK_PACKAGE_CONTACT "MySQL Build Team <build@mysql.com>") -SET(CPACK_PACKAGE_VENDOR "Sun Microsystems, Inc") +SET(CPACK_PACKAGE_CONTACT "MySQL Release Engineering <mysql-build@oss.oracle.com>") +SET(CPACK_PACKAGE_VENDOR "Oracle Corporation") SET(CPACK_SOURCE_GENERATOR "TGZ") INCLUDE(cpack_source_ignore_files) |