From b410db797b42ad14aee261bf331857ccb7995f1d Mon Sep 17 00:00:00 2001 From: Rachel Baker Date: Mon, 2 Jan 2017 18:51:35 +0000 Subject: [PATCH] General: Update copyright year to 2017 in license.txt. Props Nikschavan. Merges [39659] to the 4.7 branch. Fixes #39433. Built from https://develop.svn.wordpress.org/branches/4.7@39661 git-svn-id: http://core.svn.wordpress.org/branches/4.7@39601 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- license.txt | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 89a697ccef..e4290a6584 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7.1-alpha-39658'; +$wp_version = '4.7.1-alpha-39661'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.