diff options
author | unknown <bteam/mysqldev@mysql.com/production.mysql.com> | 2007-01-03 12:08:59 +0100 |
---|---|---|
committer | unknown <bteam/mysqldev@mysql.com/production.mysql.com> | 2007-01-03 12:08:59 +0100 |
commit | 0152471f5aa966b29f3df802e5b12907ee1165f1 (patch) | |
tree | 72e7c19ff51640ec09b40ce9624bbbc168426bf5 /configure.in | |
parent | f168d7d8c8561374bae1357c6b5cca4f65b05233 (diff) | |
download | mariadb-git-0152471f5aa966b29f3df802e5b12907ee1165f1.tar.gz |
Raise version number after cloning 4.0.28
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 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 |