mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Updated version for Moodle 1.7 dev
This commit is contained in:
parent
be01f6239e
commit
44d57cc35a
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
||||||
// This is compared against the values stored in the database to determine
|
// This is compared against the values stored in the database to determine
|
||||||
// whether upgrades should be performed (see lib/db/*.php)
|
// whether upgrades should be performed (see lib/db/*.php)
|
||||||
|
|
||||||
$version = 2006042800; // YYYYMMDD = date
|
$version = 2006050300; // YYYYMMDD = date
|
||||||
// XY = increments within a single day
|
// XY = increments within a single day
|
||||||
|
|
||||||
$release = '1.6 Beta 4'; // Human-friendly version name
|
$release = '1.7 dev'; // Human-friendly version name
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue