List:Commits« Previous MessageNext Message »
From:kent Date:May 24 2006 9:33am
Subject:bk commit into 5.0 tree (kent:1.2106)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of mysqldev. When mysqldev 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.2106 06/05/24 11:33:17 kent@stripped +1 -0
  configure.in:
    Changed version to 5.0.22

  configure.in
    1.385 06/05/24 11:32:34 kent@stripped +2 -2
    Changed version to 5.0.22

# 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:	kent
# Host:	production.mysql.com
# Root:	/data0/mysqldev/my/mysql-5.0.22-release

--- 1.384/configure.in	2006-04-26 18:26:04 +02:00
+++ 1.385/configure.in	2006-05-24 11:32:34 +02: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.21)
+AM_INIT_AUTOMAKE(mysql, 5.0.22)
 AM_CONFIG_HEADER(config.h)
 
 PROTOCOL_VERSION=10
@@ -19,7 +19,7 @@
 # ndb version
 NDB_VERSION_MAJOR=5
 NDB_VERSION_MINOR=0
-NDB_VERSION_BUILD=21
+NDB_VERSION_BUILD=22
 NDB_VERSION_STATUS=""
 
 # Set all version vars based on $VERSION. How do we do this more elegant ?
Thread
bk commit into 5.0 tree (kent:1.2106)kent24 May