Not quite ready, but anyone trying the Beta at this stage will probably
[moodle.git] / version.php
blob296111222df5159c03ee0d87ecd2f989f9404c9d
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)
8 $version = 2003082800; // The current version is a date (YYYYMMDDXX)
10 $release = "1.1"; // User-friendly version number