From af6ec4afee66f01972fc7e53f3624750750f53b4 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Thu, 15 Aug 2024 04:25:16 +0000 Subject: [PATCH] Meta: Tidy up and update `.mailmap`. Updates the name mappings to sort display names ascii-alphabetically and to ascribe commits to updated usernames. Accounts without a seperate display name remain listed in the footer of the file. Props dmsnell, jorbin. See #61864. Built from https://develop.svn.wordpress.org/trunk@58900 git-svn-id: http://core.svn.wordpress.org/trunk@58296 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 856a26c96c..c9e4655a7a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58899'; +$wp_version = '6.7-alpha-58900'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.