diff --git a/readme.html b/readme.html
index 10dcfd1c04..37e1a8aee1 100644
--- a/readme.html
+++ b/readme.html
@@ -52,13 +52,13 @@
System Requirements
- - PHP version 5.6.30 or higher.
+ - PHP version 5.6.20 or higher.
- MySQL version 5.0 or higher.
Recommendations
- - PHP version 7.2 or higher.
+ - PHP version 7.3 or higher.
- MySQL version 5.6 or higher.
- The mod_rewrite Apache module.
- HTTPS support.
diff --git a/wp-includes/version.php b/wp-includes/version.php
index d48fe4036f..2c30d8d7ec 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.2-beta1-45057';
+$wp_version = '5.2-beta1-45058';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
@@ -34,7 +34,7 @@ $tinymce_version = '4920-20181217';
*
* @global string $required_php_version
*/
-$required_php_version = '5.6.30';
+$required_php_version = '5.6.20';
/**
* Holds the required MySQL version