From 4169032f6f738d127855a32555933a2261605e4c Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Thu, 5 Feb 2015 20:36:22 +0000 Subject: [PATCH] Use minified jquery-ui-core file during qunit:compiled Grunt task. [30989] made jQuery UI Core a dependency for QUnit tests. This change did not account for the fact that jQuery JS assets are minimized (and non-minimized versions unavailable) when `grunt copy` populates the `/build` directory. To ensure that QUnit tests pass when run during `grunt qunit:compiled`, we manually fix the asset path to read 'core.min.js'. See #25781. Built from https://develop.svn.wordpress.org/trunk@31344 git-svn-id: http://core.svn.wordpress.org/trunk@31325 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 8243369da1..7b21893786 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31343'; +$wp_version = '4.2-alpha-31344'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.