moodle/version.php

12 lines
387 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 = 2003050900; // The current version is a date (YYYYMMDDXX)
2003-05-07 11:57:10 +00:00
$release = "1.0.9 development version"; // User-friendly version number