Below is the list of changes that have just been committed into a local
5.0 repository of jperkin. When jperkin 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-02-06 14:18:26+01:00, jperkin@stripped +1 -0
Raise version number after cloning 5.0.56
configure.in@stripped, 2008-02-06 14:18:12+01:00, jperkin@stripped +2 -2
Raise version number after cloning 5.0.56
diff -Nrup a/configure.in b/configure.in
--- a/configure.in 2008-01-23 17:34:07 +01:00
+++ b/configure.in 2008-02-06 14:18:12 +01: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.56)
+AM_INIT_AUTOMAKE(mysql, 5.0.58)
AM_CONFIG_HEADER([include/config.h:config.h.in])
PROTOCOL_VERSION=10
@@ -23,7 +23,7 @@ NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_M
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
-NDB_VERSION_BUILD=56
+NDB_VERSION_BUILD=58
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?
| Thread |
|---|
| • bk commit into 5.0 tree (jperkin:1.2576) | Jonathan Perkin | 6 Feb |