~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-includes/version.php

  • Committer: Chris Jones
  • Date: 2009-09-07 13:00:38 UTC
  • Revision ID: cmsj@tenshu.net-20090907130038-an8st1uvl6tbbdxp
mergeĀ 2.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 *
9
9
 * @global string $wp_version
10
10
 */
11
 
$wp_version = '2.8.3';
 
11
$wp_version = '2.8.4';
12
12
 
13
13
/**
14
14
 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.