From 8119c1b473f2657e767c61c2c7eb4fa3b40a0d6b Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Thu, 26 May 2016 10:05:21 +0000 Subject: [PATCH] Version bump. git-svn-id: https://develop.svn.wordpress.org/trunk@37575 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 5041682421..30431a46ba 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37438-src'; +$wp_version = '4.6-alpha-37575-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.