From 0a668f158665496b3619fd8050dd5f5d10da83cd Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 31 Jan 2015 20:41:22 +0000 Subject: [PATCH] Separate the tests for IE conditional comments support in WP_Scripts. Props valendesigns, see 16024. Built from https://develop.svn.wordpress.org/trunk@31317 git-svn-id: http://core.svn.wordpress.org/trunk@31298 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 70f80f2e1b..c32ac24ab1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31316'; +$wp_version = '4.2-alpha-31317'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.