Bump the `license.txt` year to 2016 to appease the unit tests.

Merges [36141] to the 4.4 branch.

Built from https://develop.svn.wordpress.org/branches/4.4@36149


git-svn-id: http://core.svn.wordpress.org/branches/4.4@36115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2016-01-02 03:48:21 +00:00
parent 24967882b6
commit fd22afea0c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
WordPress - Web publishing software
Copyright 2015 by the contributors
Copyright 2016 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 = '4.4.1-alpha-36148';
$wp_version = '4.4.1-alpha-36149';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.