1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-07 17:30:12 +01:00
moodle/version.php

13 lines
389 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 = 2004090402; // The current version is a date (YYYYMMDDXX)
2004-08-30 18:38:46 +00:00
$release = "1.5 unstable development"; // User-friendly version number
?>