From eab25ea2708d7898d7e56c38a2761715c834bbf4 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 9 Apr 2017 23:11:42 +0000 Subject: [PATCH] TinyMCE: update the tests for version 4.5.6. Remove default plugins tests, it is quite pointless to keep repeating them at this point. See #40305. Built from https://develop.svn.wordpress.org/trunk@40399 git-svn-id: http://core.svn.wordpress.org/trunk@40306 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index eac03be4c7eb..1cde66f5a1a5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40398'; +$wp_version = '4.8-alpha-40399'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.