Prepare for version 5.2.0-rc1
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
parent
60cfc78e1c
commit
d4f1f6d552
2
README
2
README
@ -1,7 +1,7 @@
|
||||
phpMyAdmin - Readme
|
||||
===================
|
||||
|
||||
Version 5.2.0-dev
|
||||
Version 5.2.0-rc1
|
||||
|
||||
A web interface for MySQL and MariaDB.
|
||||
|
||||
|
||||
@ -51,7 +51,7 @@ copyright = u'2012 - 2021, The phpMyAdmin devel team'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '5.2.0-dev'
|
||||
version = '5.2.0-rc1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
||||
@ -14,12 +14,12 @@ use const VERSION_SUFFIX;
|
||||
final class Version
|
||||
{
|
||||
// The VERSION_SUFFIX constant is defined at libraries/constants.php
|
||||
public const VERSION = '5.2.0-dev' . VERSION_SUFFIX;
|
||||
public const VERSION = '5.2.0-rc1' . VERSION_SUFFIX;
|
||||
public const SERIES = '5.2';
|
||||
public const MAJOR = 5;
|
||||
public const MINOR = 2;
|
||||
public const PATCH = 0;
|
||||
public const ID = 50200;
|
||||
public const PRE_RELEASE_NAME = 'dev';
|
||||
public const IS_DEV = true;
|
||||
public const PRE_RELEASE_NAME = 'rc1';
|
||||
public const IS_DEV = false;
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "phpmyadmin",
|
||||
"version": "5.2.0-dev",
|
||||
"version": "5.2.0-rc1",
|
||||
"description": "A web interface for MySQL and MariaDB",
|
||||
"repository": "https://github.com/phpmyadmin/phpmyadmin.git",
|
||||
"author": "The phpMyAdmin Team <developers@phpmyadmin.net> (https://www.phpmyadmin.net/team/)",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user