Skip to:
Content

bbPress.org

Changeset 1843


Ignore:
Timestamp:
12/10/2008 07:19:57 AM (17 years ago)
Author:
sambauers
Message:

Bump version to 0.9.0.3 and fix a small version problem in db.php

Location:
branches/0.9/bb-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.9/bb-includes/db.php

    r1627 r1843  
    472472     */
    473473    function check_database_version() {
    474         $bb_version = function_exists( 'bb_get_option' ) ? bb_get_option( 'bb_version' ) : '';
     474        $bb_version = function_exists( 'bb_get_option' ) ? bb_get_option( 'version' ) : '';
    475475        // Make sure the server has MySQL 4.0
    476476        $mysql_version = $this->db_version();
  • branches/0.9/bb-includes/functions.php

    r1815 r1843  
    14441444        break;
    14451445    case 'version' :
    1446         return '0.9.0.2-SP1'; // Don't filter
     1446        return '0.9.0.3'; // Don't filter
    14471447        break;
    14481448    case 'bb_db_version' :
Note: See TracChangeset for help on using the changeset viewer.