<?php /** * Elgg version number. * This file defines the current version of the core Elgg code being used. * This is compared against the values stored in the database to determine * whether upgrades should be performed. * * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ */ $version = 2009072201; // YYYYMMDD = Elgg Date // XX = Interim incrementer $release = '1.5'; // Human-friendly version name ?>