diff --git a/wp-content/themes/twentytwelve/readme.txt b/wp-content/themes/twentytwelve/readme.txt index 72c3319e09..7b43ad4eb5 100644 --- a/wp-content/themes/twentytwelve/readme.txt +++ b/wp-content/themes/twentytwelve/readme.txt @@ -1,7 +1,7 @@ === Twenty Twelve === Contributors: wordpressdotorg Tested up to: 5.6 -Stable tag: 3.4 +Stable tag: 3.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready @@ -42,11 +42,6 @@ Source: https://github.com/aFarkas/html5shiv == Changelog == -= 3.4 = -* Released: March 9, 2021 - -https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_3.4 - = 3.3 = * Released: December 8, 2020 diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 5f686b065f..e3c5e75a05 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentytwelve/ Author: the WordPress team Author URI: https://wordpress.org/ Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background. -Version: 3.4 +Version: 3.3 Requires at least: 3.5 Requires PHP: 5.2.4 License: GNU General Public License v2 or later diff --git a/wp-includes/version.php b/wp-includes/version.php index 45aa6d7c45..c81a0907f2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7.1-alpha-50591'; +$wp_version = '5.7.1-alpha-50597'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.