From: jonas Date: December 13 2005 11:12am Subject: bk commit into 5.0 tree (jonas:1.1974) List-Archive: http://lists.mysql.com/commits/102 Message-Id: <20051213111246.17996144062@perch.ndb.mysql.com> Below is the list of changes that have just been committed into a local 5.0 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 1.1974 05/12/13 12:12:41 jonas@stripped +1 -0 Update ndb version in configure.in configure.in 1.370 05/12/13 12:12:38 jonas@stripped +1 -1 Update ndb version in configure.in # 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/mysql-5.0-push --- 1.369/configure.in 2005-12-07 12:39:14 +01:00 +++ 1.370/configure.in 2005-12-13 12:12:38 +01:00 @@ -18,7 +18,7 @@ # ndb version NDB_VERSION_MAJOR=5 NDB_VERSION_MINOR=0 -NDB_VERSION_BUILD=17 +NDB_VERSION_BUILD=18 NDB_VERSION_STATUS="" # Set all version vars based on $VERSION. How do we do this more elegant ?