diff --git a/readme.html b/readme.html index 35172352eaa4..dbcd9a6d11ee 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 aa8a10693680..ce9c80226d51 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -39,7 +39,11 @@Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', 2 ), '3.8.3', number_format_i18n( 2 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_3.8.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.', 9 ), '3.8.2', number_format_i18n( 9 ) ); ?> the release notes.' ), 'http://codex.wordpress.org/Version_3.8.2' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index df787d07bb06..15ae453cbef1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.8.3-RC1'; +$wp_version = '3.8.3'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.