From 51887464fea3ca46d535d46e3ac66f5e0a57131a Mon Sep 17 00:00:00 2001 From: "Aaron D. Campbell" Date: Thu, 26 Jan 2017 21:57:54 +0000 Subject: [PATCH] Post-4.7.2 version bump for 4.7 branch. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@40018 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7e0b7509e3..2a69d635c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.7.2", + "version": "4.7.3", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 39d4083493..ca3b24aafc 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7.2-src'; +$wp_version = '4.7.3-alpha-40018-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.