2005-02-16 10:40:48 +00:00
|
|
|
<?php
|
2002-07-27 13:09:08 +00:00
|
|
|
|
2004-09-27 13:50:55 +00:00
|
|
|
// MOODLE VERSION INFORMATION
|
2002-09-06 14:06:48 +00:00
|
|
|
|
2005-02-16 10:40:48 +00:00
|
|
|
// 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
|
2004-09-27 13:50:55 +00:00
|
|
|
// whether upgrades should be performed (see lib/db/*.php)
|
|
|
|
|
2009-07-30 03:44:10 +00:00
|
|
|
$version = 2009073000; // YYYYMMDD = date of the last version bump
|
2008-03-05 05:51:01 +00:00
|
|
|
// XX = daily increments
|
2004-09-27 13:50:55 +00:00
|
|
|
|
2009-07-31 00:39:56 +00:00
|
|
|
$release = '2.0 dev (Build: 20090731)'; // Human-friendly version name
|