First quiz edit in a new course now always has a default category defined
[moodle.git] / version.php
blob4594e0c32e2d3195b21a12abbe7559a6b5129b78
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 = 2004083128; // 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