From: Joerg Bruehe Date: August 22 2007 1:58pm Subject: bk commit into 5.1 tree (joerg:1.2567) List-Archive: http://lists.mysql.com/commits/32876 Message-Id: <20070822135820.E41E51995@trift2.fambruehe> Below is the list of changes that have just been committed into a local 5.1 repository of joerg. When joerg does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2007-08-22 15:58:03+02:00, joerg@trift2. +1 -0 Fix the version number. configure.in@stripped, 2007-08-22 15:57:56+02:00, joerg@trift2. +1 -1 Version is 5.1.22 ! diff -Nrup a/configure.in b/configure.in --- a/configure.in 2007-08-16 18:45:28 +02:00 +++ b/configure.in 2007-08-22 15:57:56 +02:00 @@ -10,7 +10,7 @@ AC_CANONICAL_SYSTEM # # When changing major version number please also check switch statement # in mysqlbinlog::check_master_version(). -AM_INIT_AUTOMAKE(mysql, 5.1.21-beta) +AM_INIT_AUTOMAKE(mysql, 5.1.22-beta) AM_CONFIG_HEADER([include/config.h:config.h.in]) PROTOCOL_VERSION=10