diff options
author | lenz@mysql.com <> | 2002-08-28 16:02:30 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-08-28 16:02:30 +0200 |
commit | d427ecb46098880df4bf8b6a3fec58395aa7996c (patch) | |
tree | 724f776783ebbd0413f8c0aae54bd9e521307d3d /configure.in | |
parent | f8e8d71b79abb7d5614014f44d56d1d1cae69a1c (diff) | |
download | mariadb-git-d427ecb46098880df4bf8b6a3fec58395aa7996c.tar.gz |
- updated version number in configure.in to 4.0.4-beta
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 8a74c3e5265..3d7d44c33df 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, 4.0.3-beta) +AM_INIT_AUTOMAKE(mysql, 4.0.4-beta) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |