Changeset 22372 for branches/3.4/wp-includes/version.php
- Timestamp:
- 11/05/2012 05:59:52 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
r21966 r22372 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.4.3- alpha';7 $wp_version = '3.4.3-beta1'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '349-2 1274';21 $tinymce_version = '349-22371'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.