List:Internals« Previous MessageNext Message »
From:Joerg Bruehe Date:August 24 2005 1:41pm
Subject:bk commit into 5.0 tree (joerg:1.1919)
View as plain text  
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.1919 05/08/24 13:41:34 joerg@stripped +1 -0
  Increase version number (but leave status still at "beta").

  configure.in
    1.333 05/08/24 13:41:29 joerg@stripped +2 -2
    Increase version number (but leave status still at "beta").

# 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/push-5.0

--- 1.332/configure.in	2005-08-23 12:47:26 +02:00
+++ 1.333/configure.in	2005-08-24 13:41:29 +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.12-beta)
+AM_INIT_AUTOMAKE(mysql, 5.0.13-beta)
 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=12
+NDB_VERSION_BUILD=13
 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 (joerg:1.1919)Joerg Bruehe24 Aug