Skip to:
Content

bbPress.org

Changeset 6535 for trunk/src/bbpress.php


Ignore:
Timestamp:
06/12/2017 09:54:05 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Bump trunk to 2.6 Release Candidate 3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bbpress.php

    r6514 r6535  
    1818 * Author:      The bbPress Contributors
    1919 * Author URI:  https://bbpress.org
    20  * Version:     2.6-rc-1
     20 * Version:     2.6-rc-3
    2121 * Text Domain: bbpress
    2222 * Domain Path: /languages/
     
    205205        /** Versions **********************************************************/
    206206
    207         $this->version    = '2.6-rc-6513';
    208         $this->db_version = '261';
     207        $this->version    = '2.6-rc-6535';
     208        $this->db_version = '262';
    209209
    210210        /** Paths *************************************************************/
Note: See TracChangeset for help on using the changeset viewer.