Skip to content

Commit d820993

Browse files
committed
Prepare for version 5.3.0-dev
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
1 parent b6c6090 commit d820993

5 files changed

Lines changed: 9 additions & 7 deletions

File tree

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
phpMyAdmin - ChangeLog
22
======================
33

4+
5.3.0 (not yet released)
5+
46
5.2.0 (not yet released)
57
- issue #16521 Upgrade Bootstrap to version 5
68
- issue #16521 Drop support for Internet Explorer and others

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
phpMyAdmin - Readme
22
===================
33

4-
Version 5.2.0-dev
4+
Version 5.3.0-dev
55

66
A web interface for MySQL and MariaDB.
77

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '5.2.0-dev'
54+
version = '5.3.0-dev'
5555
# The full version, including alpha/beta/rc tags.
5656
release = version
5757

libraries/classes/Version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
final class Version
1515
{
1616
// The VERSION_SUFFIX constant is defined at libraries/constants.php
17-
public const VERSION = '5.2.0-dev' . VERSION_SUFFIX;
18-
public const SERIES = '5.2';
17+
public const VERSION = '5.3.0-dev' . VERSION_SUFFIX;
18+
public const SERIES = '5.3';
1919
public const MAJOR = 5;
20-
public const MINOR = 2;
20+
public const MINOR = 3;
2121
public const PATCH = 0;
22-
public const ID = 50200;
22+
public const ID = 50300;
2323
public const PRE_RELEASE_NAME = 'dev';
2424
public const IS_DEV = true;
2525
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phpmyadmin",
3-
"version": "5.2.0-dev",
3+
"version": "5.3.0-dev",
44
"description": "A web interface for MySQL and MariaDB",
55
"repository": "https://github.com/phpmyadmin/phpmyadmin.git",
66
"author": "The phpMyAdmin Team <developers@phpmyadmin.net> (https://www.phpmyadmin.net/team/)",

0 commit comments

Comments
 (0)