From 8c0e2bb4e8b46b84f5cba01afeb80a44212cb10c Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 7 Oct 2015 12:01:25 +0000 Subject: [PATCH] Tests: Exclude the `oembed/headers.php` test file, which was marked as PHP >= 5.3.0 in [34904]. See #32522. Built from https://develop.svn.wordpress.org/trunk@34905 git-svn-id: http://core.svn.wordpress.org/trunk@34870 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 963562b56d..b3dda28b1f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34904'; +$wp_version = '4.4-alpha-34905'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.