moodle/version.php

12 lines
373 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)
$version = 2002111200; // The current version is a date (YYYYMMDDXX)
2002-11-12 04:29:49 +00:00
$release = "1.0.6.3 dev"; // User-friendly version number