FIxed bug 3383 ... intro texts no longer center-justified in standard
[moodle.git] / version.php
bloba67ccd776552418f7d2c1d70985f3ed98206a37d
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 = 2005060210; // YYYYMMDD = Moodle 1.5 Date
10 // X = Moodle 1.5 Point release (0,1,2...)
11 // Y = Interim incrementer
13 $release = '1.5.1'; // Human-friendly version name