summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-04-01 18:38:19 +0200
committerunknown <joerg@mysql.com>2005-04-01 18:38:19 +0200
commit390fe9d95818461c5ce80a96b63f2dfd90ee96da (patch)
treee34419c733115f70fb8ce7303040000cf61ea021 /configure.in
parent6d0dd4297d9a6010267a2b0e5afca2a7b58624f7 (diff)
downloadmariadb-git-390fe9d95818461c5ce80a96b63f2dfd90ee96da.tar.gz
Last minor things to finish MySQL 4.1.10a:
- some wordings, - RPM packaging improvements. configure.in: Set the version string. scripts/mysql_create_system_tables.sh: Security change: Reduce the risk caused by predefined anonymous logins. sql/mysqld.cc: Correct a message text; align variable order with other versions. sql/sql_udf.cc: Fix an erroneous takeover of 4.0 wording. support-files/mysql.spec.sh: Fix date formatting, add missing change descriptions.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 665029accb3..314283f6012 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
# remember to also change ndb version below and update version.c in ndb
-AM_INIT_AUTOMAKE(mysql, 4.1.10)
+AM_INIT_AUTOMAKE(mysql, 4.1.10a)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10