diff --git a/package.json b/package.json index c8c5b75c1e..63ea905719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "3.7.17", + "version": "3.7.18", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/readme.html b/src/readme.html index 596f7ae68f..57a28feb8b 100644 --- a/src/readme.html +++ b/src/readme.html @@ -8,7 +8,7 @@
Semantic Personal Publishing Platform
diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 82a4d4cf8b..0f1855d6b1 100644 --- a/src/wp-admin/about.php +++ b/src/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.', 3 ), '3.7.18' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_3.7.18' ); ?> +
Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.', 8 ), '3.7.17' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_3.7.17' ); ?> diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index be69916f7b..582d098ea4 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.7.17-src'; +$wp_version = '3.7.18-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.