From 07641914025108349b814ec110697a684b675a7b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 28 Aug 2015 16:55:00 +0000 Subject: [PATCH] Twenty Fifteen: Correct license information in `readme.txt`. props Otto42. see #33590, #31814. Built from https://develop.svn.wordpress.org/trunk@33800 git-svn-id: http://core.svn.wordpress.org/trunk@33768 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/readme.txt | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfifteen/readme.txt b/wp-content/themes/twentyfifteen/readme.txt index 540ead0bca..729f1c3b15 100644 --- a/wp-content/themes/twentyfifteen/readme.txt +++ b/wp-content/themes/twentyfifteen/readme.txt @@ -35,7 +35,7 @@ Twenty Fifteen is distributed under the terms of the GNU GPL 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 -the Free Software Foundation, either version 3 of the License, or +the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/wp-includes/version.php b/wp-includes/version.php index 1260ee34bb..46d26bf7df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33799'; +$wp_version = '4.4-alpha-33800'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.