From 69d09a70f0d464a123ef6d90ce040e734e3fea9d Mon Sep 17 00:00:00 2001 From: whyisjake Date: Tue, 26 Aug 2025 22:20:36 +0000 Subject: [PATCH] Build/Test Tools: Revert svn:ignore property changes from [60666]. The svn:ignore property reorganization introduced in [60666] needs to be reverted to restore the previous ignore pattern structure. Brought the changes that were in: https://core.trac.wordpress.org/browser/trunk?rev=60665 Reviewed by desrosj, jorbin. Built from https://develop.svn.wordpress.org/trunk@60675 git-svn-id: http://core.svn.wordpress.org/trunk@60011 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 5151fab0dd..3dd4747777 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60674'; +$wp_version = '6.9-alpha-60675'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.