From f3326b10af5ac181a56753932683a44fd9b9d031 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Wed, 12 Jul 2017 20:56:45 +0000 Subject: [PATCH] Tests: Rename this file to match our coding standards. Built from https://develop.svn.wordpress.org/trunk@41029 git-svn-id: http://core.svn.wordpress.org/trunk@40879 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 53f8a94eb9..aa4653e4b9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41028'; +$wp_version = '4.9-alpha-41029'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.