Ticket #19503: 19503.diff
| File 19503.diff, 476 bytes (added by , 14 years ago) |
|---|
-
wp-includes/version.php
7 7 $wp_version = '3.3-RC2-19567'; 8 8 9 9 /** 10 * The WordPress major version string, for theme and plugin development 11 * 12 * @global string $wp_major_version 13 */ 14 $wp_major_version = '3.3'; 15 16 /** 10 17 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. 11 18 * 12 19 * @global int $wp_db_version