diff --git a/license.txt b/license.txt index 9166e62038..5a605dac3b 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ WordPress - Web publishing software -Copyright 2011-2016 by the contributors +Copyright 2011-2017 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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 93f7a7c730..ac8741f1a9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39657'; +$wp_version = '4.8-alpha-39659'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.