From 188bea204b0b71fea2f2263bb89dd82b13df3e0f Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 29 Apr 2016 16:16:27 +0000 Subject: [PATCH] Media/Unit Tests: ensure that the GD absrtraction is used for GD unit tests for Images. Some of the procedural GD API functions can still throw `ImagickException`, which is fun. See #36588. Built from https://develop.svn.wordpress.org/trunk@37327 git-svn-id: http://core.svn.wordpress.org/trunk@37293 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 665651c0c5..0fa38615b5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37326'; +$wp_version = '4.6-alpha-37327'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.