diff options
author | unknown <lenz@mysql.com> | 2005-04-25 12:58:03 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-04-25 12:58:03 +0200 |
commit | 6427752d182ac3304076f38ed773cc2173f821c7 (patch) | |
tree | 44e1a244d3eb950ae8b926af4270305aea0902a9 /configure.in | |
parent | 7e63da833582087d57e0e1d9016cbf3529183a08 (diff) | |
download | mariadb-git-6427752d182ac3304076f38ed773cc2173f821c7.tar.gz |
- bumped up version number in configure.in to 5.0.6 now that engineering branched off for the 5.0.5 builds
- tagged ChangeSet 1.1882 as the "clone-5.0.5-build" branchoff point
configure.in:
- bumped up version number to 5.0.6 now that engineering branched off for the 5.0.5 builds
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 f4ced66a06d..882267c260e 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.5-beta) +AM_INIT_AUTOMAKE(mysql, 5.0.6-beta) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |