diff --git a/readme.html b/readme.html index 1d41b4eef7..91b99448e0 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@
Semantic Personal Publishing Platform
diff --git a/wp-admin/about.php b/wp-admin/about.php index 9b4d0d9e5d..8da8ea79f8 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -108,11 +108,15 @@ $tech_features = array(Version %1$s addressed a security issue and fixed %2$s bug.', - 'Version %1$s addressed a security issue and fixed %2$s bugs.', 5 ), '4.3.2', number_format_i18n( 5 ) ); ?> - the release notes.' ), 'https://codex.wordpress.org/Version_4.3.2' ); ?> +
+Version %1$s addressed a security issue.', + 'Version %1$s addressed some security issues.', 2 ), '4.3.3' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.3.3' ); ?>
+Version %1$s addressed a security issue and fixed %2$s bug.', + 'Version %1$s addressed a security issue and fixed %2$s bugs.', 5 ), '4.3.2', number_format_i18n( 5 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.3.2' ); ?> +
Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 26 ), '4.3.1', number_format_i18n( 26 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.3.1' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 77f508e090..1ca63cb0e8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3.2'; +$wp_version = '4.3.3'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.