diff --git a/readme.html b/readme.html index dd487856d7..fd29563085 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@
Semantic Personal Publishing Platform
diff --git a/wp-admin/about.php b/wp-admin/about.php index 5fb22ea5d4..7e57572102 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -41,7 +41,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );Version %1$s addressed some security issues and fixed %2$s bug.', + 'Version %1$s addressed some security issues and fixed %2$s bugs.', 20 ), '4.2.3', number_format_i18n( 20 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_4.2.3' ); ?> +
Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 13 ), '4.2.2', number_format_i18n( 13 ) ); ?> the release notes.' ), 'http://codex.wordpress.org/Version_4.2.2' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 618bb89156..a3a274d5cf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2.3-beta1'; +$wp_version = '4.2.3'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.