diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index d96579b0bf..60ab5e49b0 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -48,6 +48,7 @@ Use it to make something cool, have fun, and share what you've learned with othe * 16.5 - Desktop Medium * 16.6 - Desktop Large * 16.7 - Desktop X-Large + * 17.0 - Print */ @@ -5851,7 +5852,7 @@ p > video { /** - * 16.0 Print + * 17.0 Print */ @media print { diff --git a/wp-includes/version.php b/wp-includes/version.php index 20fd09134d..ef7aff37fb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31174'; +$wp_version = '4.2-alpha-31175'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.