diff options
author | unknown <kent@mysql.com> | 2006-05-11 19:48:57 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-05-11 19:48:57 +0200 |
commit | c982af51dafecdef7238b5c9f2d02e74fc31f790 (patch) | |
tree | 31e476d9b38abfb2688e7bfd89ee9bca30990790 /configure.in | |
parent | 322ed9ccf453dfc6e78ac5184db7656dda20e6a0 (diff) | |
download | mariadb-git-c982af51dafecdef7238b5c9f2d02e74fc31f790.tar.gz |
configure.in:
Stepped up to 4.0.28
configure.in:
Stepped up to 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 0445f7a05e9..8dd224d0a87 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.27) +AM_INIT_AUTOMAKE(mysql, 4.0.28) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |