Post-4.7.3 version bump for 4.7 branch.

git-svn-id: https://develop.svn.wordpress.org/branches/4.7@40224 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-03-06 18:51:44 +00:00
parent b101339531
commit c12b33e067
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "WordPress", "name": "WordPress",
"version": "4.7.3", "version": "4.7.4",
"description": "WordPress is web software you can use to create a beautiful website or blog.", "description": "WordPress is web software you can use to create a beautiful website or blog.",
"repository": { "repository": {
"type": "svn", "type": "svn",

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.7.3-src'; $wp_version = '4.7.4-alpha-40224-src';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.