moodle/version.php

14 lines
377 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-03-10 02:21:54 +00:00
$version = 2004031000; // The current version is a date (YYYYMMDDXX)
2004-03-07 01:46:54 +00:00
$release = "1.2 Beta +"; // User-friendly version number
2003-05-19 04:55:11 +00:00
?>