~canonical-sysadmins/wordpress/4.9.8

« back to all changes in this revision

Viewing changes to wp-includes/version.php

  • Committer: Barry Price
  • Date: 2018-04-10 03:27:48 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: barryprice@flollop-20180410032748-da232uugwx07f9m8
Merge WP4.9.5 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 *
5
5
 * @global string $wp_version
6
6
 */
7
 
$wp_version = '4.9.4';
 
7
$wp_version = '4.9.5';
8
8
 
9
9
/**
10
10
 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.