Docs: Use 3-digit, x.x.x style semantic versioning for @since entries in wp-admin/js/image-edit.js.

See #38748.
Built from https://develop.svn.wordpress.org/trunk@39740


git-svn-id: http://core.svn.wordpress.org/trunk@39680 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2017-01-06 22:13:20 +00:00
parent e8c65e0df1
commit 6032bd6e32
2 changed files with 29 additions and 29 deletions

View File

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