Fixing a stupid mistake
[elgg.git] / version.php
blobd6816138b39a377b24f05c52c17f41cadadee3ed
1 <?php
3 // ELGG VERSION INFORMATION
5 // This file defines the current version of the core Elgg code being used.
6 // This is compared against the values stored in the database to determine
7 // whether upgrades should be performed (see lib/db/*.php)
9 $version = 2007011801; // YYYYMMDD = Elgg Date
10 // X = Elgg Point release (0,1,2...)
11 // Y = Interim incrementer
13 $release = '0.69'; // Human-friendly version name