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

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

$release = '1.6.1';		// Human-friendly version name