Skip to content

Commit e908aa3

Browse files
committed
Bump 4.9 branch to version 4.9.9.
git-svn-id: https://develop.svn.wordpress.org/branches/4.9@44078 602fd350-edb4-49c9-b593-d223f7449a82
1 parent fb09f6d commit e908aa3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/wp-admin/about.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@
3333

3434
<div class="changelog point-releases">
3535
<h3><?php _e( 'Maintenance and Security Releases' ); ?></h3>
36+
<p>
37+
<?php
38+
/* translators: %s: WordPress version number */
39+
printf( __( '<strong>Version %s</strong> addressed some security issues.' ), '4.9.9' );
40+
?>
41+
<?php
42+
/* translators: %s: Codex URL */
43+
printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.9' );
44+
?>
45+
</p>
3646
<p>
3747
<?php
3848
printf(

src/wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @global string $wp_version
66
*/
7-
$wp_version = '4.9.9-alpha-43554-src';
7+
$wp_version = '4.9.9-src';
88

99
/**
1010
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)