From e8f35359d7b63e3be8c66ef729088b0e1b5e2154 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 20 Sep 2020 03:33:05 +0000 Subject: [PATCH] Tests: Consistently require `imagejpeg()` function in `image_make_intermediate_size()` tests. This outputs a proper message if the requirement is not met, instead of an obscure PHP error further in the test. See #50639, #50640. Built from https://develop.svn.wordpress.org/trunk@49010 git-svn-id: http://core.svn.wordpress.org/trunk@48772 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 70e86e368d..a76c0c98a2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49009'; +$wp_version = '5.6-alpha-49010'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.