root/branches/2.6/wp-includes/version.php
| Revision 1548, 399 bytes (checked in by donncha, 7 months ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | /** |
| 3 | * This holds the version number in a separate file so we can bump it without cluttering the SVN |
| 4 | */ |
| 5 | |
| 6 | /** |
| 7 | * The WordPress version string |
| 8 | * |
| 9 | * @global string $wp_version |
| 10 | */ |
| 11 | $wp_version = '2.6.5'; |
| 12 | |
| 13 | /** |
| 14 | * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |
| 15 | * |
| 16 | * @global int $wp_db_version |
| 17 | */ |
| 18 | $wp_db_version = 8204; |
| 19 | |
| 20 | $wpmu_version = '2.6.5'; |
| 21 | ?> |
| 22 |
Note: See TracBrowser for help on using the browser.
