mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00

see http://git.catalyst.net.nz/gw?p=moodle-r2.git;a=shortlog;h=refs/heads/portfolio for changelog commit point is this hash on that branch: f9642af4e8bd319d4ecdfd83589db61a8fa6fef2 This comes with two plugins, box.net & download
14 lines
466 B
PHP
14 lines
466 B
PHP
<?php
|
|
|
|
// MOODLE VERSION INFORMATION
|
|
|
|
// This file defines the current version of the core Moodle code being used.
|
|
// This is compared against the values stored in the database to determine
|
|
// whether upgrades should be performed (see lib/db/*.php)
|
|
|
|
$version = 2008072500; // YYYYMMDD = date of the last version bump
|
|
// XX = daily increments
|
|
|
|
$release = '2.0 dev (Build: 20080725)'; // Human-friendly version name
|
|
|
|
?>
|