Changeset 21710 for branches/3.4/wp-includes/version.php
- Timestamp:
- 09/03/2012 11:23:49 PM (13 years ago)
- File:
-
- 1 edited
-
branches/3.4/wp-includes/version.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/wp-includes/version.php
r21153 r21710 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.4. 1';7 $wp_version = '3.4.2-alpha'; 8 8 9 9 /** … … 12 12 * @global int $wp_db_version 13 13 */ 14 $wp_db_version = 21 115;14 $wp_db_version = 21707; 15 15 16 16 /**
Note: See TracChangeset
for help on using the changeset viewer.