Release of 1.0.7
[moodle.git] / version.php
blobd5dd845a31b08a33e6c8e7d94f7a8251547d9dc2
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 = 2002121000; // The current version is a date (YYYYMMDDXX)
10 $release = "1.0.7"; // User-friendly version number