List:Internals« Previous MessageNext Message »
From:lenz Date:August 4 2005 1:20pm
Subject:bk commit into 5.0 tree (lenz:1.1935)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of lenz. When lenz 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.1935 05/08/04 15:20:03 lenz@stripped +1 -0
   - Bumped up version number to 5.0.12-beta to indicate the 5.0.11 release build branchoff

  configure.in
    1.329 05/08/04 15:19:53 lenz@stripped +2 -2
     - Bumped up version number to 5.0.12-beta to indicate the 5.0.11 release build branchoff

# 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:	lenz
# Host:	metis.lenznet
# Root:	/space/my/mysql-5.0

--- 1.328/configure.in	2005-08-03 21:24:10 +02:00
+++ 1.329/configure.in	2005-08-04 15:19:53 +02:00
@@ -6,7 +6,7 @@
 AC_INIT(sql/mysqld.cc)
 AC_CANONICAL_SYSTEM
 # Don't forget to also update the NDB lines below.
-AM_INIT_AUTOMAKE(mysql, 5.0.11-beta)
+AM_INIT_AUTOMAKE(mysql, 5.0.12-beta)
 AM_CONFIG_HEADER(config.h)
 
 PROTOCOL_VERSION=10
@@ -17,7 +17,7 @@
 # ndb version
 NDB_VERSION_MAJOR=5
 NDB_VERSION_MINOR=0
-NDB_VERSION_BUILD=11
+NDB_VERSION_BUILD=12
 NDB_VERSION_STATUS="beta"
 
 # Set all version vars based on $VERSION. How do we do this more elegant ?
Thread
bk commit into 5.0 tree (lenz:1.1935)lenz4 Aug