mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Update version in mysql-next-mr.
According to new numbering scheme mysql-next-mr does not have its own version. Some version placeholder is used instead. It's been agreed that 5.5.99 will be used as a placeholder.
This commit is contained in:
parent
642f075569
commit
b3d9906907
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
[MYSQL]
|
||||
post_commit_to = "commits@lists.mysql.com"
|
||||
post_push_to = "commits@lists.mysql.com"
|
||||
tree_name = "mysql-5.6-next-mr"
|
||||
tree_name = "mysql-5.5-next-mr"
|
||||
|
|
|
@ -25,7 +25,7 @@ AC_CANONICAL_SYSTEM
|
|||
#
|
||||
# When changing major version number please also check switch statement
|
||||
# in client/mysqlbinlog.cc:check_master_version().
|
||||
AM_INIT_AUTOMAKE(mysql, 5.6.0-beta)
|
||||
AM_INIT_AUTOMAKE(mysql, 5.5.99)
|
||||
AM_CONFIG_HEADER([include/config.h:config.h.in])
|
||||
|
||||
# Request support for automake silent-rules if available.
|
||||
|
|
Loading…
Reference in a new issue