From c856ffcd0a7b555ce3b876dc773d00865d750964 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 1 Jan 2020 02:19:06 +0000 Subject: [PATCH] Happy New Year! Update copyright year to 2020 in `license.txt`. Built from https://develop.svn.wordpress.org/trunk@47025 git-svn-id: http://core.svn.wordpress.org/trunk@46825 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 fe96c77296..02b85c2713 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ WordPress - Web publishing software -Copyright 2011-2019 by the contributors +Copyright 2011-2020 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 e26b84eb68..8b469b4518 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47024'; +$wp_version = '5.4-alpha-47025'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.