summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <bteam/mysqldev@mysql.com/production.mysql.com>2007-01-03 12:08:59 +0100
committerunknown <bteam/mysqldev@mysql.com/production.mysql.com>2007-01-03 12:08:59 +0100
commit0152471f5aa966b29f3df802e5b12907ee1165f1 (patch)
tree72e7c19ff51640ec09b40ce9624bbbc168426bf5 /configure.in
parentf168d7d8c8561374bae1357c6b5cca4f65b05233 (diff)
downloadmariadb-git-0152471f5aa966b29f3df802e5b12907ee1165f1.tar.gz
Raise version number after cloning 4.0.28
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 0be3bcf0406..a5b1d4f7277 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.28)
+AM_INIT_AUTOMAKE(mysql, 4.0.29)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10