Tiny hack to make $course work OK in file resources (print_header)
[moodle.git] / version.php
bloba787075d7bdafbbe2022c9b99cc1b96212f5556e
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 = 2004083129; // YYYYMMDD = date of first major branch release 1.4
10 // X = point release version 1,2,3 etc
11 // Y = increments between point releases
13 $release = '1.4.2+'; // Human-friendly version name