List:Commits« Previous MessageNext Message »
From:joerg Date:June 25 2007 1:04pm
Subject:bk commit into 5.1 tree (jbruehe:1.2511)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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@stripped, 2007-06-25 15:04:31+02:00, jbruehe@stripped +1 -0
  Raise version number after cloning 5.1.20-beta

  configure.in@stripped, 2007-06-25 15:04:16+02:00, jbruehe@stripped +1 -1
    Raise version number after cloning 5.1.20-beta

diff -Nrup a/configure.in b/configure.in
--- a/configure.in	2007-06-21 20:14:24 +02:00
+++ b/configure.in	2007-06-25 15:04:16 +02:00
@@ -10,7 +10,7 @@ AC_CANONICAL_SYSTEM
 #
 # When changing major version number please also check switch statement
 # in mysqlbinlog::check_master_version().
-AM_INIT_AUTOMAKE(mysql, 5.1.20-beta)
+AM_INIT_AUTOMAKE(mysql, 5.1.21-beta)
 AM_CONFIG_HEADER(config.h)
 
 PROTOCOL_VERSION=10
Thread
bk commit into 5.1 tree (jbruehe:1.2511)joerg25 Jun