Commit 134b0176 authored by unknown's avatar unknown

Manual fix of the version number when merging the cloned tree.


configure.in:
  Merge of the cloned tree (for its tag and other fix/es) inclueded the reset
  of the version number, this must again be undone in the general tree:
  5.1.8-beta is the current version!
parent 258bace3
...@@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc) ...@@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line! # The Docs Makefile.am parses this line!
# remember to also change ndb version below and update version.c in ndb # remember to also change ndb version below and update version.c in ndb
AM_INIT_AUTOMAKE(mysql, 5.1.7-beta) AM_INIT_AUTOMAKE(mysql, 5.1.8-beta)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10 PROTOCOL_VERSION=10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment