From caf4b8270c032e1d5a0dfa297c88fa167eed3100 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 3 Dec 2015 16:46:26 +0000 Subject: [PATCH] Readme: Bump recommended MySQL version to 5.6, as 5.5 is now over 5 years old. Happy birthday, MySQL 5.5! Fixes #34840. Built from https://develop.svn.wordpress.org/trunk@35759 git-svn-id: http://core.svn.wordpress.org/trunk@35723 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.html b/readme.html index db631011b4..a9898575b2 100644 --- a/readme.html +++ b/readme.html @@ -60,7 +60,7 @@

Recommendations

diff --git a/wp-includes/version.php b/wp-includes/version.php index 786cf0ffd6..a8fef6faff 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-RC1-35758'; +$wp_version = '4.4-RC1-35759'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.