From aa89522a9bdf114076d45fad227adaff991998ba Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Thu, 26 Jan 2017 21:58:35 +0000 Subject: [PATCH] Post-4.7.2 version bump for 4.7 branch. Built from https://develop.svn.wordpress.org/branches/4.7@40018 git-svn-id: http://core.svn.wordpress.org/branches/4.7@39955 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 c11eb329de..73819ba49c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7.2'; +$wp_version = '4.7.3-alpha-40018'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.