diff options
author | unknown <lenz@mysql.com> | 2004-02-12 19:33:06 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-02-12 19:33:06 +0100 |
commit | c45aef7e662fe855143d0f5fb166b507a5282a02 (patch) | |
tree | dee6b0555fe6a3c2936ab6f42334ef4b73ca7368 /configure.in | |
parent | fe8a1632146a7f1bc20f2e838a34a6d10fe97973 (diff) | |
download | mariadb-git-c45aef7e662fe855143d0f5fb166b507a5282a02.tar.gz |
- bumped up version number in configure.in from 4.0.18 -> 4.0.19
- Tagged ChangeSet@1.1733 as mysql-4.0.18
configure.in:
- bumped up version number from 4.0.18 -> 4.0.19
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 5ed2105be89..1fa9e1c5a38 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.18) +AM_INIT_AUTOMAKE(mysql, 4.0.19) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |