From 994b57a1902592d389e16afc8ccbd44778b52f02 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 29 Jan 2015 05:10:22 +0000 Subject: [PATCH] Update readme recommendations. fixes #31173. Built from https://develop.svn.wordpress.org/trunk@31291 git-svn-id: http://core.svn.wordpress.org/trunk@31272 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 6 ++++-- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.html b/readme.html index a8a6a70cdd..278acb6e1e 100644 --- a/readme.html +++ b/readme.html @@ -57,10 +57,12 @@
  • MySQL version 5.0 or higher.
  • -

    System Recommendations

    +

    Recommendations

    Online Resources

    diff --git a/wp-includes/version.php b/wp-includes/version.php index 1de6f5978f..e32e120fdb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31290'; +$wp_version = '4.2-alpha-31291'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.