moodle/version.php
moodler b1e53f2c2d Bump. It's unbelievable how fast time is going. The last update from
a week ago literally seems like yesterday.
2003-12-15 03:58:39 +00:00

14 lines
382 B
PHP

<?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 = 2003121500; // The current version is a date (YYYYMMDDXX)
$release = "1.2 development"; // User-friendly version number
?>