From 33c785e02126a97c55a4089bded0529d9f3db14a Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Sun, 15 Mar 2015 11:51:26 +0000 Subject: [PATCH] Tests: Since [31733], we now encode emoji in posts, instead of removing them (when they're being stored in versions of MySQL that don't support `utf8mb4`). Built from https://develop.svn.wordpress.org/trunk@31782 git-svn-id: http://core.svn.wordpress.org/trunk@31762 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 bb041c6016..4e28b6aef3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta1-31781'; +$wp_version = '4.2-beta1-31782'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.