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