mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
I'm going to start packaging the release this evening (in about 7 hours).
Any last-minute little bug fixes are very welcome!
This commit is contained in:
parent
658bf42b26
commit
81716d0d33
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
||||||
// database to determine whether upgrades should
|
// database to determine whether upgrades should
|
||||||
// be performed (see lib/db/*.php)
|
// be performed (see lib/db/*.php)
|
||||||
|
|
||||||
$version = 2003052800; // The current version is a date (YYYYMMDDXX)
|
$version = 2003052900; // The current version is a date (YYYYMMDDXX)
|
||||||
|
|
||||||
$release = "1.0.9 RC2"; // User-friendly version number
|
$release = "1.0.9"; // User-friendly version number
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue