Below is the list of changes that have just been committed into a local
5.0-community 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-11-15 10:00:39+01:00, joerg@stripped +1 -0
Revert a premature version upgrade - this is 5.0.51 still.
configure.in@stripped, 2007-11-15 09:58:38+01:00, joerg@stripped +2 -2
Revert a premature version upgrade - this is 5.0.51 still.
diff -Nrup a/configure.in b/configure.in
--- a/configure.in 2007-10-10 14:47:03 +02:00
+++ b/configure.in 2007-11-15 09:58:38 +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.53)
+AM_INIT_AUTOMAKE(mysql, 5.0.51)
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=53
+NDB_VERSION_BUILD=51
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?
| Thread |
|---|
| • bk commit into 5.0-community tree (joerg:1.2538) | joerg | 15 Nov |