mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
New version number for development
This commit is contained in:
parent
3eb4b24fed
commit
168fe1427a
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@
|
|||
// If there's something it cannot do itself, it
|
||||
// will tell you what you need to do.
|
||||
|
||||
$version = 2002092700; // The current version is a date (YYYYMMDDXX) where
|
||||
$version = 2002100200; // The current version is a date (YYYYMMDDXX) where
|
||||
// XX is a number that increments during the day
|
||||
|
||||
$release = "1.0.5"; // For humans only, not used for the upgrade process
|
||||
$release = "1.0.6 dev"; // For humans only, not used for the upgrade process
|
||||
|
||||
function upgrade_moodle($oldversion=0) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue