Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/version.php

    r18043 r18306  
    11<?php
    2 /*
    3 WordPress - Web publishing software
    4 
    5 This program is free software; you can redistribute it and/or
    6 modify it under the terms of the GNU General Public License
    7 as published by the Free Software Foundation; either version 2
    8 of the License, or (at your option) any later version.
    9 
    10 This program is distributed in the hope that it will be useful,
    11 but WITHOUT ANY WARRANTY; without even the implied warranty of
    12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    13 GNU General Public License for more details.
    14 
    15 You should have received a copy of the GNU General Public License
    16 along with this program; if not, write to the Free Software
    17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    18 */
    19 
    202/**
    213 * The WordPress version string
     
    235 * @global string $wp_version
    246 */
    25 $wp_version = '3.1.3';
     7$wp_version = '3.2-RC1';
    268
    279/**
     
    3012 * @global int $wp_db_version
    3113 */
    32 $wp_db_version = 17516;
     14$wp_db_version = 18226;
    3315
    3416/**
     
    3719 * @global string $tinymce_version
    3820 */
    39 $tinymce_version = '3393a';
     21$tinymce_version = '342-20110610';
    4022
    4123/**
     
    5133 * @global string $required_php_version
    5234 */
    53 $required_php_version = '4.3';
     35$required_php_version = '5.2.4';
    5436
    5537/**
     
    5840 * @global string $required_mysql_version
    5941 */
    60 $required_mysql_version = '4.1.2';
     42$required_mysql_version = '5.0';
Note: See TracChangeset for help on using the changeset viewer.