diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 5242b7d5c2..98c4313e08 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -45,6 +45,10 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', 47 ), '4.7.4', number_format_i18n( 47 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.7.4' ); ?> +

Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 39 ), '4.7.3', number_format_i18n( 39 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.7.3' ); ?> diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 4bcb40e429..37f76578e2 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7.4-RC1-src'; +$wp_version = '4.7.4-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.