diff --git a/package.json b/package.json index a247186fc7..dc24f0bf42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.3.4", + "version": "4.3.5", "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 d34d19e77b..3cdef35a88 100644 --- a/src/readme.html +++ b/src/readme.html @@ -9,7 +9,7 @@
Semantic Personal Publishing Platform
diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 91b5135ee0..63facec4d2 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -109,6 +109,9 @@ $tech_features = array(Version %1$s addressed some security issues.' ), '4.3.5' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.3.5' ); ?> +
Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.', 7 ), '4.3.4' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.3.4' ); ?> diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 5c855818f7..23f2dd9a1e 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3.4-src'; +$wp_version = '4.3.5-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.