mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
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!
This commit is contained in:
parent
cdd4722b46
commit
23070875a5
1 changed files with 1 additions and 1 deletions
|
@ -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.1.7-beta)
|
||||
AM_INIT_AUTOMAKE(mysql, 5.1.8-beta)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
PROTOCOL_VERSION=10
|
||||
|
|
Loading…
Reference in a new issue