diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-12-16 11:32:31 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-12-16 11:32:31 +0300 |
commit | 5cd3dffebb2abd5778e819ac57001e0d963484d8 (patch) | |
tree | 500b85e6f994b961fbcdc4ae0e48a2e0bfef8800 /.bzr-mysql | |
parent | 99890516eae86e6d528c0818ac561cbc10ecb19e (diff) | |
download | mariadb-git-5cd3dffebb2abd5778e819ac57001e0d963484d8.tar.gz |
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.
Diffstat (limited to '.bzr-mysql')
-rw-r--r-- | .bzr-mysql/default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bzr-mysql/default.conf b/.bzr-mysql/default.conf index 5a9b839489f..e9ae26ca793 100644 --- a/.bzr-mysql/default.conf +++ b/.bzr-mysql/default.conf @@ -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" |