moodle/version.php

12 lines
371 B
PHP
Raw Normal View History

<?PHP //$Id$
// This file defines the current version of the
// Moodle code that is being used. This can be
// compared against the values stored in the
// database to determine whether upgrades should
// be performed (see lib/db/*.php)
2002-12-09 07:36:48 +00:00
$version = 2002120900; // The current version is a date (YYYYMMDDXX)
2002-12-07 08:53:07 +00:00
$release = "1.0.7 dev"; // User-friendly version number