diff --git a/wp-admin/about.php b/wp-admin/about.php index a12f7ef772..8ceb64aea5 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -50,6 +50,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
Version %s addressed some security issues.' ), '4.4.13' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.4.13' ); ?> +
Version %s addressed one security issue.' ), '4.4.12' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.4.12' ); ?>
diff --git a/wp-includes/version.php b/wp-includes/version.php index 29919cb4cd..ac6698f8bc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.12'; +$wp_version = '4.4.13'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.