Make WordPress Core

Ticket #19503: 19503.diff

File 19503.diff, 476 bytes (added by johnjamesjacoby, 14 years ago)
  • wp-includes/version.php

     
    77$wp_version = '3.3-RC2-19567';
    88
    99/**
     10 * The WordPress major version string, for theme and plugin development
     11 *
     12 * @global string $wp_major_version
     13 */
     14$wp_major_version = '3.3';
     15
     16/**
    1017 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
    1118 *
    1219 * @global int $wp_db_version