diff --git a/wp-admin/about.php b/wp-admin/about.php index f27ef4be70..26faec2b0f 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -108,7 +108,10 @@ $tech_features = array(
-

+

+

Version %s addressed one security issue.' ), '4.3.17' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.3.17' ); ?> +

Version %s addressed some security issues.' ), '4.3.16' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.3.16' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index baec0d7770..5551c44895 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3.16'; +$wp_version = '4.3.17'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.