From 4bacafcb69991a21bbfda094b2384148ec494040 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 5 May 2015 21:30:30 +0000 Subject: [PATCH] Update grunt-autoprefixer to 3.0.0 Two changes we need to know about: * Aborts build if there is an exception thrown bu autoprefixer * Less verbose output in standard mode Major version seems to have been bumped due to change in annotation option which which we do not use. Upstream Changes https://github.com/nDmitry/grunt-autoprefixer/compare/e30d2c5bfda027e1e196a640010e05aabca329c6...6f8dfe8840c48a394da478c553eb4748c4ffc79b See #31700 Built from https://develop.svn.wordpress.org/trunk@32357 git-svn-id: http://core.svn.wordpress.org/trunk@32328 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 79d98da5ba..54dcf60587 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32356'; +$wp_version = '4.3-alpha-32357'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.