Changeset 21150
- Timestamp:
- 06/26/2012 09:53:20 PM (14 years ago)
- Location:
- branches/3.3
- Files:
-
- 3 edited
-
readme.html (modified) (1 diff)
-
wp-admin/includes/update-core.php (modified) (1 diff)
-
wp-includes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/readme.html
r20550 r21150 9 9 <h1 id="logo"> 10 10 <a href="http://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" width="250" height="68" /></a> 11 <br /> Version 3.3. 211 <br /> Version 3.3.3 12 12 </h1> 13 13 <p style="text-align: center">Semantic Personal Publishing Platform</p> -
branches/3.3/wp-admin/includes/update-core.php
r20550 r21150 407 407 $required_php_version = '5.2.4'; 408 408 $required_mysql_version = '5.0'; 409 $wp_version = '3.3. 2';409 $wp_version = '3.3.3'; 410 410 $php_compat = version_compare( $php_version, $required_php_version, '>=' ); 411 411 if ( file_exists( WP_CONTENT_DIR . '/db.php' ) && empty( $wpdb->is_mysql ) ) -
branches/3.3/wp-includes/version.php
r20553 r21150 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.3. 2';7 $wp_version = '3.3.3-RC1'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.