From 8f83a2e48c26069acee451d984a821fc167db409 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 22 Feb 2015 16:54:33 +0000 Subject: [PATCH] Update grunt-autoprefixer to 2.2.0 Upstream changes: * grunt-autoprefixer: https://github.com/nDmitry/grunt-autoprefixer/compare/v1.0.1...v2.2.0 * autoprefixer-core: https://github.com/postcss/autoprefixer-core/compare/2.0.2...5.1.7 fixes #31337. Built from https://develop.svn.wordpress.org/trunk@31504 git-svn-id: http://core.svn.wordpress.org/trunk@31485 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 848ddccc9f..8ce3bc4feb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31503'; +$wp_version = '4.2-alpha-31504'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.