diff options
author | unknown <lenz@mysql.com> | 2005-07-04 12:58:53 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-07-04 12:58:53 +0200 |
commit | ece95b3d4b5c283d60f6d18cb7ef91841b78eb69 (patch) | |
tree | d56ca95cbd5beb02292b0b3a838de07e8249a42f /configure.in | |
parent | 2fec2ba4c910d3db4059b8ffc77169021a39e04a (diff) | |
download | mariadb-git-ece95b3d4b5c283d60f6d18cb7ef91841b78eb69.tar.gz |
- bumped up version number in configure.in to 4.0.26
configure.in:
- bumped up version number to 4.0.26
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 5af41d29c21..83685009ee6 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.25) +AM_INIT_AUTOMAKE(mysql, 4.0.26) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |