summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-09-10 16:48:57 +0200
committerunknown <lenz@mysql.com>2003-09-10 16:48:57 +0200
commit9e0b4565e00075943398d6c433045e5094b9ee3f (patch)
tree8c9e77f3428473e3d19f1970b690e66b1039da4f /configure.in
parentc094fcae83f943b900c0edb927ce950a43d5df7b (diff)
downloadmariadb-git-9e0b4565e00075943398d6c433045e5094b9ee3f.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.in2
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