From 8b5fc84e63050dce9a53eb06d7f51b7e9c61d890 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Sat, 27 Aug 2016 11:29:28 +0000 Subject: [PATCH] After [38399], update the `.gitignore` file accordingly. The following files have been added to `svn:ignore` already as they are not compatible with PHP 5.2: * src/wp-vendor/autoload.php * src/wp-vendor/composer/autoload_real.php * src/wp-vendor/composer/autoload_static.php * src/wp-vendor/composer/ClassLoader.php See #36335. Built from https://develop.svn.wordpress.org/trunk@38401 git-svn-id: http://core.svn.wordpress.org/trunk@38342 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 e0d584f600..78e2d997fb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38400'; +$wp_version = '4.7-alpha-38401'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.