diff options
author | unknown <monty@hundin.mysql.fi> | 2002-01-02 14:12:37 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-01-02 14:12:37 +0200 |
commit | 38e174cc59f99e8bd55e98d2d427037a5a7719e6 (patch) | |
tree | bdc62ac508ffed20b658b708156fa2734e125fd5 /configure.in | |
parent | 7e0fa9b69e499edd1653d881212cc188c6cd8834 (diff) | |
download | mariadb-git-38e174cc59f99e8bd55e98d2d427037a5a7719e6.tar.gz |
Removed Heikki's changes to the manual that was meant for 4.0
configure.in:
Update to 3.23.48
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 562790e3b1e..7b0c604d2be 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.47) +AM_INIT_AUTOMAKE(mysql, 3.23.48) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |