moodle/version.php
paca70 5a2432d47b Just to be sure that value columns type is text.
Postgres cannot change column types at time change was made.
2004-09-20 17:45:33 +00:00

13 lines
389 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 = 2004092000; // The current version is a date (YYYYMMDDXX)
$release = "1.5 unstable development"; // User-friendly version number
?>