Make WordPress Core


Ignore:
Timestamp:
09/05/2012 01:55:55 AM (12 years ago)
Author:
nacin
Message:

Compress scripts/styles: 3.4.2-RC1. TinyMCE updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.4/wp-includes/version.php

    r21710 r21760  
    55 * @global string $wp_version
    66 */
    7 $wp_version = '3.4.2-alpha';
     7$wp_version = '3.4.2-RC1';
    88
    99/**
     
    1919 * @global string $tinymce_version
    2020 */
    21 $tinymce_version = '349-20805';
     21$tinymce_version = '349-21274';
    2222
    2323/**
Note: See TracChangeset for help on using the changeset viewer.