diff --git a/readme.html b/readme.html index 5179b2e4ca..cbf42f71d0 100644 --- a/readme.html +++ b/readme.html @@ -8,7 +8,7 @@
Semantic Personal Publishing Platform
diff --git a/wp-admin/about.php b/wp-admin/about.php index f2646140a5..02101b45fb 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -36,7 +36,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );Version %1$s addressed a security issue.', + 'Version %1$s addressed some security issues.', 2 ), '3.7.9' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_3.7.9' ); ?> +
Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 3 ), '3.7.8', number_format_i18n( 3 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_3.7.8' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index f86f6b8b18..a7104abc98 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.7.8'; +$wp_version = '3.7.9'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.