diff options
author | lenz@mysql.com <> | 2002-10-13 16:26:28 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-10-13 16:26:28 +0200 |
commit | d8f843a779f5959a405d6378143804f4f5f4743c (patch) | |
tree | c463f99eb16cdb4b08b8c13320ba92fef9081112 /configure.in | |
parent | 399ba21d852a3c41dfd149e94b0fef0674427449 (diff) | |
download | mariadb-git-d8f843a779f5959a405d6378143804f4f5f4743c.tar.gz |
- Tagged ChangeSet 1.1224 as "mysql-3.23.53"
- bumped up version number to 3.23.54 in configure.in
- replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified
scripts/make_binary_distribution.sh and Build-tools/mysql-copyright*
accordingly.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ca445813328..c22a208e6d0 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! -AM_INIT_AUTOMAKE(mysql, 3.23.53) +AM_INIT_AUTOMAKE(mysql, 3.23.54) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |