diff options
author | unknown <joerg@mysql.com> | 2005-07-29 11:54:22 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2005-07-29 11:54:22 +0200 |
commit | 3fee068e02b7e122db3b787fc266506167d2f63b (patch) | |
tree | 44a6d76b74acdfab03913c5f7f328af6e70507db /configure.in | |
parent | 390fe9d95818461c5ce80a96b63f2dfd90ee96da (diff) | |
download | mariadb-git-3fee068e02b7e122db3b787fc266506167d2f63b.tar.gz |
Increase version number (prepare for new build including security fixes in "zlib").
BitKeeper/etc/config:
Using licensed version now.
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 |