From d48c98a30b4c3a4e24f5fde828324cb8f7fe0bf2 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 29 Dec 2015 04:40:27 +0000 Subject: [PATCH] Tests: When testing the `utf8mb4` charset, ensure that the current MySQL server has `utf8mb4` support. See #35249. Built from https://develop.svn.wordpress.org/trunk@36116 git-svn-id: http://core.svn.wordpress.org/trunk@36082 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 152dfc4d0b..e18c435500 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36115'; +$wp_version = '4.5-alpha-36116'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.