General: Update copyright year to 2018 in license.txt.

Fixes #43007.
Built from https://develop.svn.wordpress.org/trunk@42424


git-svn-id: http://core.svn.wordpress.org/trunk@42255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Rachel Baker 2018-01-01 03:17:48 +00:00
parent 2eca52eaa4
commit 502dcd51a4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
WordPress - Web publishing software
Copyright 2011-2017 by the contributors
Copyright 2011-2018 by the contributors
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

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