diff options
author | joerg@mysql.com <> | 2005-07-29 11:54:22 +0200 |
---|---|---|
committer | joerg@mysql.com <> | 2005-07-29 11:54:22 +0200 |
commit | 1b4e19f3e6ee2a534981324bdaee8089b5e8975f (patch) | |
tree | 44a6d76b74acdfab03913c5f7f328af6e70507db /configure.in | |
parent | 7f52a616f453219f7abfc3e13bbde748863068d7 (diff) | |
download | mariadb-git-1b4e19f3e6ee2a534981324bdaee8089b5e8975f.tar.gz |
Increase version number (prepare for new build including security fixes in "zlib").
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 314283f6012..60b91f5cc60 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! # remember to also change ndb version below and update version.c in ndb -AM_INIT_AUTOMAKE(mysql, 4.1.10a) +AM_INIT_AUTOMAKE(mysql, 4.1.10b) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |