diff options
author | unknown <lenz@mysql.com> | 2002-11-18 11:40:55 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-11-18 11:40:55 +0100 |
commit | f5ddbac858550cdc4539d0ca2821247702b40afb (patch) | |
tree | e41fbccaaf9a54e7537691da3c558377ec464ea2 /configure.in | |
parent | c717613b8dc6abca6cbeedfa7a359b2af8f1390d (diff) | |
download | mariadb-git-f5ddbac858550cdc4539d0ca2821247702b40afb.tar.gz |
- Tagged ChangeSet 1.1400.1.3 as "mysql-4.0.5"
- bumped up version number in configure.in
- fixed a typo in test-create.sh
BitKeeper/etc/ignore:
Added autom4te.cache/output.0 autom4te.cache/requests autom4te.cache/traces.0 bdb/dist/autom4te.cache/output.0 bdb/dist/autom4te.cache/requests bdb/dist/autom4te.cache/traces.0 innobase/autom4te.cache/output.0 innobase/autom4te.cache/requests innobase/autom4te.cache/traces.0 to the ignore list
configure.in:
- Bumped up version number to 4.0.6 now that 4.0.5 is tagged (4.0.6 is
now labelled "gamma", according to conversation with Monty)
sql-bench/test-create.sh:
- typo fixed
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 1bbb9fc68c5..4f574f30f97 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.5-beta) +AM_INIT_AUTOMAKE(mysql, 4.0.6-gamma) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |