diff options
author | unknown <matt@mysql.com> | 2005-05-19 07:22:23 +0200 |
---|---|---|
committer | unknown <matt@mysql.com> | 2005-05-19 07:22:23 +0200 |
commit | 675ed25ffa25d54b89672f8c843432398e0bd9bf (patch) | |
tree | b9c3d834056b598bc69496f1553b5e48a04c487c /configure.in | |
parent | a10869e0e5647e68f3559aefc81587c7bb207c93 (diff) | |
download | mariadb-git-675ed25ffa25d54b89672f8c843432398e0bd9bf.tar.gz |
configure.in:
Increment to next version.
configure.in:
Increment to next version.
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 bc00a15fed1..332b851402d 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_PREREQ(2.50)dnl Minimum Autoconf version required. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # Don't forget to also update the NDB lines below. -AM_INIT_AUTOMAKE(mysql, 5.0.6-beta) +AM_INIT_AUTOMAKE(mysql, 5.0.7-beta) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |