summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index c2a8ce86e08..91e0bd57c0e 100644
--- a/configure.in
+++ b/configure.in
@@ -19,6 +19,11 @@ dnl Process this file with autoconf to produce a configure script.
# Minimum Autoconf version required.
AC_PREREQ(2.59)
+# Various people throughout the community may parse configure.in to
+# get the MySQL version from the source branch. If the formatting
+# of this line is going to be changed, please announce the change to
+# internals@lists.mysql.com in advance of pushing the change.
+#
# Remember to also update version.c in ndb.
# When changing major version number please also check switch statement
# in client/mysqlbinlog.cc:check_master_version().