From 2e8ac63be2085f8bb383c70db6a477593030b090 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 30 Dec 2021 16:29:02 +0000 Subject: [PATCH] Tests: Add a unit test for the recommended MariaDB version in `readme.html`. Per the [https://mariadb.org/about/#maintenance-policy MariaDB maintenance policy], MariaDB releases are supported for 5 years from the first stable (GA) release. The test ensures that the recommended MariaDB version in `readme.html` is not older than 5 years. Follow-up to [31291], [35759], [52319], [52358], [52418], [meta11407], [52420], [52421]. Fixes #41490. Built from https://develop.svn.wordpress.org/trunk@52424 git-svn-id: http://core.svn.wordpress.org/trunk@52016 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 7f51d02ad3..b8ec0108b9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta4-52423'; +$wp_version = '5.9-beta4-52424'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.