diff --git a/package.json b/package.json index 9a72ae1e34..e234a0150b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "3.7.0", + "version": "3.7.3", "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 2ccaa4a2dd..db09077596 100644 --- a/src/readme.html +++ b/src/readme.html @@ -8,7 +8,7 @@

WordPress -
Version 3.7.2 +
Version 3.7.3

Semantic Personal Publishing Platform

diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 5d0254e10a..ad31875fec 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 %2$s bug.', + 'Version %1$s addressed %2$s bugs.', 2 ), '3.7.3', number_format_i18n( 2 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_3.7.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.7.2', number_format_i18n( 9 ) ); ?> the release notes.' ), 'http://codex.wordpress.org/Version_3.7.2' ); ?> diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 2823350edc..7a3ff01b7e 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.3-RC1-src'; +$wp_version = '3.7.3-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.