~canonical-sysadmins/wordpress/4.9.7

« back to all changes in this revision

Viewing changes to wp-includes/version.php

  • Committer: Barry Price
  • Date: 2017-11-02 04:15:21 UTC
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: barry.price@canonical.com-20171102041521-ndw2qbwzffjd42hv
new upstream release 4.8.3

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.8.2';
 
7
$wp_version = '4.8.3';
8
8
 
9
9
/**
10
10
 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.