diff options
author | unknown <lenz@mysql.com> | 2003-03-15 12:35:09 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-03-15 12:35:09 +0100 |
commit | d8ea9fc972982e582637c4cd2f486c1d32a4ab82 (patch) | |
tree | ee19101333f76380bb402105226e2533f2355651 /configure.in | |
parent | 11881c42890a8c22ba9cb5ee68d4240abad5c4e9 (diff) | |
download | mariadb-git-d8ea9fc972982e582637c4cd2f486c1d32a4ab82.tar.gz |
- tagged ChangeSet 1.1358 as mysql-3.23.56
- bumped up version number to 3.23.57 in configure.in
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 a8aacc6a6bf..cc6f3a79b69 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.56) +AM_INIT_AUTOMAKE(mysql, 3.23.57) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |