List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:May 7 2007 5:45pm
Subject:bk commit into 5.0-community tree (df:1.2477)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0-community repository of df. When df 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-05-07 19:45:13+02:00, df@stripped +1 -0
  raise version number after build

  configure.in@stripped, 2007-05-07 19:45:11+02:00, df@stripped +2 -2
    raise version number

# 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:	df
# Host:	pippilotta.erinye.com
# Root:	/shared/home/df/mysql/build/mysql-5.0.41

--- 1.426/configure.in	2007-04-26 17:51:34 +02:00
+++ 1.427/configure.in	2007-05-07 19:45:11 +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.41)
+AM_INIT_AUTOMAKE(mysql, 5.0.43)
 AM_CONFIG_HEADER(config.h)
 
 PROTOCOL_VERSION=10
@@ -23,7 +23,7 @@
 # ndb version
 NDB_VERSION_MAJOR=5
 NDB_VERSION_MINOR=0
-NDB_VERSION_BUILD=41
+NDB_VERSION_BUILD=43
 NDB_VERSION_STATUS=""
 
 # Set all version vars based on $VERSION. How do we do this more elegant ?
Thread
bk commit into 5.0-community tree (df:1.2477)Daniel Fischer7 May