minor fix on notices on add/edit weblog
[elgg.git] / version.php
blob313b4e4b1522522663708b7dac87e61ef82e9735
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 = 2007070501; // YYYYMMDD = Elgg Date
10 // X = Elgg Point release (0,1,2...)
11 // Y = Interim incrementer
13 $release = '0.8'; // Human-friendly version name