From 5edd9b03e74264c1a8c911b9377b4f47bfa08bae Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Mon, 12 Dec 2016 08:01:39 +0000 Subject: [PATCH] Remove the WordPress version number from `readme.html`. See #35554 Built from https://develop.svn.wordpress.org/trunk@39583 git-svn-id: http://core.svn.wordpress.org/trunk@39523 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.html b/readme.html index ee9a3668d7..8f4906425c 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,6 @@

WordPress -
Version 4.8

Semantic Personal Publishing Platform

diff --git a/wp-includes/version.php b/wp-includes/version.php index 256f0abf16..08ad77e85a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39581'; +$wp_version = '4.8-alpha-39583'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.