diff options
author | lenz@mysql.com <> | 2002-11-18 11:40:55 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2002-11-18 11:40:55 +0100 |
commit | d3a572b830cc05c42743964d9ec58f480e041a37 (patch) | |
tree | e41fbccaaf9a54e7537691da3c558377ec464ea2 /configure.in | |
parent | b4cc92a3d9e301b9b94f78f6f551c0b338cb73a3 (diff) | |
download | mariadb-git-d3a572b830cc05c42743964d9ec58f480e041a37.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
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 |