diff --git a/wp-includes/random_compat/random.php b/wp-includes/random_compat/random.php index ebc7bd31cd..6b28d4672e 100644 --- a/wp-includes/random_compat/random.php +++ b/wp-includes/random_compat/random.php @@ -111,7 +111,7 @@ if (PHP_VERSION_ID < 70000) { PHP_VERSION_ID >= 50300 ) || // Windows with PHP >= 5.3.4 - PHP_VERSION_ID >= 50304 + PHP_VERSION_ID >= 50401 // Modification from upstream, see #34409 ) ) { // See random_bytes_openssl.php diff --git a/wp-includes/version.php b/wp-includes/version.php index 070289f8c4..f7e76544ee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta3-35586'; +$wp_version = '4.4-beta3-35587'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.