5bcdece241415a9b8a9f92d24e8a3c2451425192
[moodle.git] / version.php
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 = 2002110700;   // The current version is a date (YYYYMMDDXX)
10 $release = "1.0.6.2";  // User-friendly version number