diff options
author | unknown <lenz@mysql.com> | 2002-12-20 12:56:00 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-12-20 12:56:00 +0100 |
commit | 63c9b06a62c80cb8889ad753d73bcd0c759c0632 (patch) | |
tree | 7b61068d563cdc272c4847c82c6eaf0c626980fa /configure.in | |
parent | 3522a78600194e51613a44c95d48cb7299bbb0a9 (diff) | |
download | mariadb-git-63c9b06a62c80cb8889ad753d73bcd0c759c0632.tar.gz |
- tagged ChangeSet 1.1477 as MySQL 4.0.6
- bumped up version number in configure.in to 4.0.7-gamma
configure.in:
- bumped up version number in configure.in to 4.0.7-gamma
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 8652bb13154..70c6ae08a30 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.6-gamma) +AM_INIT_AUTOMAKE(mysql, 4.0.7-gamma) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |