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.