From 4ba21e7e0b24355c150f531b021ee04b345d4811 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Mon, 24 Nov 2014 20:57:24 +0000 Subject: [PATCH] Fix the unit tests for Imagick alpha. These tests were written to use the `assertImageAtAlpha()` helper method, whose internals were specific to GD. As a result, the tests could not pass. This changeset introduces GD- and Imagick-specific versions of this method. Props voldemortensen. Fixes #24871. Built from https://develop.svn.wordpress.org/trunk@30549 git-svn-id: http://core.svn.wordpress.org/trunk@30538 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 b684c41f2b..963729f8e6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30548'; +$wp_version = '4.1-beta2-30549'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.