Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / version.php
blob9eeb55d033c85f05847fb926f0ad8a7cc30a5700
1 <?php
3 // MOODLE VERSION INFORMATION
5 // This file defines the current version of the core Moodle 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 = 2007072500; // YYYYMMDD = date
10 // XY = increments within a single day
12 $release = '1.9 dev'; // Human-friendly version name