|
|||||||||||
|
bk commit into 5.0 tree (dfischer:1.2532)
From: Daniel Fischer <df(at)mysql.com>
Date: Wed Sep 26 2007 - 13:15:50 EDT
ChangeSet@1.2532, 2007-09-26 19:15:42+02:00, dfischer@mysql.com +1 -0 Raise version number after cloning 5.0.50 configure.in@1.457, 2007-09-26 19:15:33+02:00, dfischer@mysql.com +2 -2 Raise version number after cloning 5.0.50 diff -Nrup a/configure.in b/configure.in --- a/configure.in 2007-08-27 11:38:31 +02:00 +++ b/configure.in 2007-09-26 19:15:33 +02:00@@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc) 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.50) +AM_INIT_AUTOMAKE(mysql, 5.0.52) AM_CONFIG_HEADER([include/config.h:config.h.in]) PROTOCOL_VERSION=10
NDB_VERSION_MAJOR=5 NDB_VERSION_MINOR=0 -NDB_VERSION_BUILD=50 +NDB_VERSION_BUILD=52 NDB_VERSION_STATUS="" # Set all version vars based on $VERSION. How do we do this more elegant ? -- MySQL Code Commits Mailing List For list archives: http://lists.mysql.com/commits To unsubscribe: http://lists.mysql.com/commits?unsub=lists@pantek.comReceived on Wed Sep 26 13:16:27 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 09:40:25 EDT |
||||||||||
|
|||||||||||