moodle/version.php

12 lines
373 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)
2003-01-01 08:15:55 +00:00
$version = 2003010101; // The current version is a date (YYYYMMDDXX)
2003-01-01 08:08:44 +00:00
$release = "1.0.8 alpha"; // User-friendly version number