<?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
 * @link http://elgg.org/
 */

// YYYYMMDD = Elgg Date
// XX = Interim incrementer
$version = 2010061501;

// Human-friendly version name
$release = '1.8-svn';