diff options
author | lenz@mysql.com <> | 2002-12-20 12:56:00 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2002-12-20 12:56:00 +0100 |
commit | 3f7afaf876c366dca79f4f21bd289a7ff53b8ea4 (patch) | |
tree | 7b61068d563cdc272c4847c82c6eaf0c626980fa /configure.in | |
parent | 9aa2be77c942e4ea6a3cbd5fcdc8355965e9c4dd (diff) | |
download | mariadb-git-3f7afaf876c366dca79f4f21bd289a7ff53b8ea4.tar.gz |
- tagged ChangeSet 1.1477 as MySQL 4.0.6
- 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 |