Make WordPress Core

Ticket #29537: 29537.diff

File 29537.diff, 418 bytes (added by georgestephanis, 10 years ago)
  • src/wp-includes/version.php

     
    44 *
    55 * @global string $wp_version
    66 */
    7 $wp_version = '4.0-src';
     7$wp_version = '4.1-alpha-src';
    88
    99/**
    1010 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.