moodle/version.php
moodler 4abbfd0889 Bump - will release 1.1.1 soon to wrap up some of these minor changes that
have gone in recently.

No big checkins please!
2003-09-03 12:30:03 +00:00

14 lines
377 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 = 2003090300; // The current version is a date (YYYYMMDDXX)
$release = "1.1.1 Beta"; // User-friendly version number
?>