Commit e8e5e6f789 for wordpress.org

commit e8e5e6f789b35c8f2ac3fdc128112c9d7f705d9f
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Mon Sep 21 20:16:54 2026 +0000

    Build/Test Tools: Replace the image optimization tooling.

    Replace grunt-contrib-imagemin with a local Grunt task using maintained PNG, JPEG, and GIF optimizers with native Apple Silicon support.

    Preserve lossless output and skip replacements that save fewer than 64 bytes to avoid unnecessary changes to versioned images.

    Developed in: https://github.com/WordPress/wordpress-develop/pull/13562

    Props manzoorwanijk, lucatume, johnbillion.
    See #66118.

    Built from https://develop.svn.wordpress.org/trunk@63784


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index f7784abc9a..923d62df4b 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63783';
+$wp_version = '7.2-alpha-63784';

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