WordPress 6.4 RC1 - capitalize RC in version.

Capitalize RC in the version, i.e. just in case the build requires it.

Unprops hellofromTonya.
Built from https://develop.svn.wordpress.org/trunk@56963


git-svn-id: http://core.svn.wordpress.org/trunk@56474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
hellofromTonya 2023-10-17 17:27:20 +00:00
parent fc3d3cf491
commit 77df68f144

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-rc1';
$wp_version = '6.4-RC1';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.