~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-11-12 19:39:15 UTC
  • Revision ID: cmsj@tenshu.net-20091112193915-tar3mrp53whe6e4t
[CJ] Import wp 2.8.6

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.4';
 
11
$wp_version = '2.8.6';
12
12
 
13
13
/**
14
14
 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.