mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 00:28:57 +01:00
5fba04fba0
-------------------------------------- New functions and tables, based on work from Gustav Delius (see http://moodle.org/mod/forum/discuss.php?d=4466) This forms the core of a new system to store, track and utilise event information in all modules, as well as allowing external calendars to be synchronised with new information.
14 lines
382 B
PHP
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 = 2004011700; // The current version is a date (YYYYMMDDXX)
|
|
|
|
$release = "1.2 development"; // User-friendly version number
|
|
|
|
|
|
?>
|