diff options
author | unknown <lenz@mysql.com> | 2002-08-28 16:02:30 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-08-28 16:02:30 +0200 |
commit | 2a645451815be3ae3a8ad2b4a2da2621555b7c8c (patch) | |
tree | 724f776783ebbd0413f8c0aae54bd9e521307d3d /configure.in | |
parent | 84e187bc98a63271af6a05ae3e67b3f7b1ddf1a3 (diff) | |
download | mariadb-git-2a645451815be3ae3a8ad2b4a2da2621555b7c8c.tar.gz |
- updated version number in configure.in to 4.0.4-beta
configure.in:
- Bump up version number to 4.0.4-beta, now that 4.0.3 is released
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 |