mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Just about there ...
This commit is contained in:
parent
f38485140c
commit
b366308091
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 = 2003052700; // The current version is a date (YYYYMMDDXX)
|
$version = 2003052800; // The current version is a date (YYYYMMDDXX)
|
||||||
|
|
||||||
$release = "1.0.9 RC1"; // User-friendly version number
|
$release = "1.0.9 RC2"; // User-friendly version number
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue