diff options
author | lenz@mysql.com <> | 2003-09-10 16:48:57 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2003-09-10 16:48:57 +0200 |
commit | 57290ee65f17cfac996e02203bbe03e3898f8a0d (patch) | |
tree | 8c9e77f3428473e3d19f1970b690e66b1039da4f /configure.in | |
parent | 99490870e6fbc26208d044d712e28b1095f0aada (diff) | |
download | mariadb-git-57290ee65f17cfac996e02203bbe03e3898f8a0d.tar.gz |
- Updated version number to 4.0.16 now that 4.0.15 has been released
- tagged ChangeSet 1.1556 as mysql-4.0.15
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 0538199e8e1..fb573f0030f 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.15) +AM_INIT_AUTOMAKE(mysql, 4.0.16) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |