diff options
author | unknown <lenz@mysql.com> | 2003-09-10 16:48:57 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-09-10 16:48:57 +0200 |
commit | 6d3717979666b4410524724d2b3b2bd81589a92e (patch) | |
tree | 8c9e77f3428473e3d19f1970b690e66b1039da4f /configure.in | |
parent | 8272be9412ecf6566192260df7217a1bec7ffc99 (diff) | |
download | mariadb-git-6d3717979666b4410524724d2b3b2bd81589a92e.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
configure.in:
- Bumped up version number: 4.0.15 -> 4.0.16
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 |