From 0cd7554f7529ec3e8e010f7321de9ec7c6ca2b50 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Sun, 22 Feb 2015 21:42:24 +0000 Subject: [PATCH] Use PHP 5.2 compatible syntax in image tests. T_PAAMAYIM_NEKUDOTAYIM, HAKUNA_MATATA, YOLO. See [31510], #31124. Built from https://develop.svn.wordpress.org/trunk@31512 git-svn-id: http://core.svn.wordpress.org/trunk@31493 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 4efd3bbd2f..94848b16a3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31511'; +$wp_version = '4.2-alpha-31512'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.