From 635d9160af9f9d0a58ef9e3f1db3e38a776f0b09 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 21 Dec 2015 08:36:22 +0000 Subject: [PATCH] Tests: Correct the public query vars test for the 4.4 branch. See #35115 Built from https://develop.svn.wordpress.org/branches/4.4@36052 git-svn-id: http://core.svn.wordpress.org/branches/4.4@36017 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 d8cb8abd89..c0f5267e65 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.1-alpha-36051'; +$wp_version = '4.4.1-alpha-36052'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.