From 563344c643b31ae5e8a61eb968d56aa229c9c252 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 31 Mar 2015 09:37:26 +0000 Subject: [PATCH] Emoji: Fix a unit test which was incorrectly failing after [31926] fixed emoji being incorrectly encoded. Built from https://develop.svn.wordpress.org/trunk@31940 git-svn-id: http://core.svn.wordpress.org/trunk@31919 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 1b4cf12084..9403cd5489 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta3-31939'; +$wp_version = '4.2-beta3-31940'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.