]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/version.php
Wordpress 3.1.1-scripts
[autoinstalls/wordpress.git] / wp-includes / version.php
index 5977122f1907ab9fa28f9ac4acb287b77ed80d44..5ebdd48620a45367d2a15708cbe7b58ab9e3b986 100644 (file)
@@ -22,28 +22,28 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *
  * @global string $wp_version
  */
-$wp_version = '3.0.5';
+$wp_version = '3.1.1';
 
 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
  *
  * @global int $wp_db_version
  */
-$wp_db_version = 15477;
+$wp_db_version = 17516;
 
 /**
  * Holds the TinyMCE version
  *
  * @global string $tinymce_version
  */
-$tinymce_version = '327-1235';
+$tinymce_version = '3393a';
 
 /**
  * Holds the cache manifest version
  *
  * @global string $manifest_version
  */
-$manifest_version = '20100530';
+$manifest_version = '20111113';
 
 /**
  * Holds the required PHP version