List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:May 21 2008 10:00am
Subject:bk commit into 5.1 tree (dfischer:1.2652)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of dfischer.  When dfischer 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, 2008-05-21 09:59:58+02:00, dfischer@stripped +1 -0
  Raise version number after cloning 5.1.25-rc

  configure.in@stripped, 2008-05-21 09:59:44+02:00, dfischer@stripped +1 -1
    Raise version number after cloning 5.1.25-rc

diff -Nrup a/configure.in b/configure.in
--- a/configure.in	2008-05-18 10:42:35 +02:00
+++ b/configure.in	2008-05-21 09:59:44 +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.25-rc)
+AM_INIT_AUTOMAKE(mysql, 5.1.26-rc)
 AM_CONFIG_HEADER([include/config.h:config.h.in])
 
 PROTOCOL_VERSION=10
Thread
bk commit into 5.1 tree (dfischer:1.2652)Daniel Fischer21 May