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 | |
parent | 7f52a616f453219f7abfc3e13bbde748863068d7 (diff) | |
download | mariadb-git-1b4e19f3e6ee2a534981324bdaee8089b5e8975f.tar.gz |
Increase version number (prepare for new build including security fixes in "zlib").
-rw-r--r-- | BitKeeper/etc/config | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BitKeeper/etc/config b/BitKeeper/etc/config index c609fcdbd49..6ddd492ebc4 100644 --- a/BitKeeper/etc/config +++ b/BitKeeper/etc/config @@ -24,7 +24,7 @@ description: MySQL - fast and reliable SQL database # repository is commercial it can be an internal email address or "none" # to disable logging. # -logging: logging@openlogging.org +logging: none # # If this field is set, all checkins will appear to be made by this user, # in effect making this a single user package. Single user packages are 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 |