aboutsummaryrefslogtreecommitdiff
path: root/version.php
blob: 60ce3d11b050f76db66512e4f291a1c1512954c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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 = 2010070301;

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