From c48e9eea461910775fb84b65a4a2bda256a05612 Mon Sep 17 00:00:00 2001 From: Eric Lewis Date: Wed, 27 Jan 2016 03:27:26 +0000 Subject: [PATCH] Build/Test Tools: Move class `WP_UnitTest_Factory` into its own file. In [36347] we moved all PHP factory classes into their own files except the main class. The main class is now in its own file, and `factory.php` is solely an include manifest for all factory classes. Built from https://develop.svn.wordpress.org/trunk@36409 git-svn-id: http://core.svn.wordpress.org/trunk@36376 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 0216715cc2..9b589c3119 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36408'; +$wp_version = '4.5-alpha-36409'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.