Commit | Line | Data |
---|---|---|
1 | <?PHP //$Id$ | |
2 | // This file defines the current version of the | |
3 | // Moodle code that is being used. This can be | |
4 | // compared against the values stored in the | |
5 | // database to determine whether upgrades should | |
6 | // be performed (see lib/db/*.php) | |
7 | ||
8 | $version = 2004092000; // The current version is a date (YYYYMMDDXX) | |
9 | ||
10 | $release = "1.5 unstable development"; // User-friendly version number | |
11 | ||
12 | ?> |