Commit 51a1a54a87 for wordpress.org

commit 51a1a54a87428071a271ca65cd1b80ea179e785f
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Sat Dec 21 23:16:24 2024 +0000

    Help/About: Reorder release squad titles for some consistency in translation tools.

    Follow-up to [59545].

    See #62386.
    Built from https://develop.svn.wordpress.org/trunk@59552


    git-svn-id: http://core.svn.wordpress.org/trunk@58938 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-admin/credits.php b/wp-admin/credits.php
index acc8a21c28..46b035419c 100644
--- a/wp-admin/credits.php
+++ b/wp-admin/credits.php
@@ -133,9 +133,9 @@ __( 'Lead Developer' );
 __( 'Release Lead' );
 __( 'Release Design Lead' );
 __( 'Release Deputy' );
-__( 'Core Developer' );
-__( 'External Libraries' );
 __( 'Release Coordination' );
+__( 'Minor Release Lead' );
+__( 'Core Developer' );
 __( 'Core Tech Lead' );
 __( 'Core Triage Lead' );
 __( 'Editor Tech Lead' );
@@ -148,4 +148,4 @@ __( 'Default Theme Design Lead' );
 __( 'Default Theme Development Lead' );
 __( 'Tech Lead' );
 __( 'Triage Lead' );
-__( 'Minor Release Lead' );
+__( 'External Libraries' );
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 11ecce9f0f..8cfa69b663 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.8-alpha-59551';
+$wp_version = '6.8-alpha-59552';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.