From: Joerg Bruehe Date: December 21 2005 5:50pm Subject: bk commit into 5.0 tree (joerg:1.1999) List-Archive: http://lists.mysql.com/commits/333 Message-Id: <20051221175017.7B02816EAB@trift2.fambruehe> Below is the list of changes that have just been committed into a local 5.0 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 1.1999 05/12/21 18:50:06 joerg@stripped +1 -0 Increment the version number to 5.0.19 configure.in 1.372 05/12/21 18:50:00 joerg@stripped +2 -2 Increment the version number to 5.0.19 # 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: joerg # Host: trift2. # Root: /M50/mysql-5.0 --- 1.371/configure.in 2005-12-14 10:40:42 +01:00 +++ 1.372/configure.in 2005-12-21 18:50:00 +01:00 @@ -7,7 +7,7 @@ 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, 5.0.18) +AM_INIT_AUTOMAKE(mysql, 5.0.19) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 @@ -18,7 +18,7 @@ # ndb version NDB_VERSION_MAJOR=5 NDB_VERSION_MINOR=0 -NDB_VERSION_BUILD=18 +NDB_VERSION_BUILD=19 NDB_VERSION_STATUS="" # Set all version vars based on $VERSION. How do we do this more elegant ?