From: Date: March 8 2007 4:06pm Subject: bk commit into 5.1 tree (jonas:1.2462) List-Archive: http://lists.mysql.com/commits/21506 Message-Id: <20070308150613.9B3765218E@perch.ndb.mysql.com> Below is the list of changes that have just been committed into a local 5.1 repository of jonas. When jonas 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-03-08 16:06:07+01:00, jonas@stripped +1 -0 bump version configure.in@stripped, 2007-03-08 16:06:04+01:00, jonas@stripped +2 -2 bump version # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: jonas # Host: perch.ndb.mysql.com # Root: /home/jonas/src/kjk --- 1.436/configure.in 2007-03-08 16:06:13 +01:00 +++ 1.437/configure.in 2007-03-08 16:06:13 +01:00 @@ -7,12 +7,12 @@ AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! # remember to also update version.c in ndb -AM_INIT_AUTOMAKE(mysql, 5.1.17-ndb-6.2.0) +AM_INIT_AUTOMAKE(mysql, 5.1.17-ndb-6.2.1) AM_CONFIG_HEADER(config.h) NDB_VERSION_MAJOR=6 NDB_VERSION_MINOR=2 -NDB_VERSION_BUILD=0 +NDB_VERSION_BUILD=1 NDB_VERSION_STATUS="-beta" PROTOCOL_VERSION=10