Post WordPress 5.0.3 version bump.
Built from https://develop.svn.wordpress.org/branches/5.0@44523 git-svn-id: http://core.svn.wordpress.org/branches/5.0@44354 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6cb9d75640
commit
4aecf904f2
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0.3';
|
||||
$wp_version = '5.0.4-alpha-44523';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
@ -33,3 +33,4 @@ $required_php_version = '5.2.4';
|
|||
* @global string $required_mysql_version
|
||||
*/
|
||||
$required_mysql_version = '5.0';
|
||||
|
Loading…
Reference in New Issue