moodle/version.php

14 lines
374 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)
2004-05-10 17:35:35 +00:00
$version = 2004051100; // The current version is a date (YYYYMMDDXX)
2004-05-10 13:20:37 +00:00
$release = "1.3 Beta"; // User-friendly version number
2003-05-19 04:55:11 +00:00
?>