mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
lib-db MDL-25790 Fixed up version numbers now that 2.0.1 has been released
This commit is contained in:
parent
39f0ceb2cb
commit
43c984578a
2 changed files with 29 additions and 27 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2011011200; // YYYYMMDD = date of the last version bump
|
||||
$version = 2011011413; // YYYYMMDD = date of the last version bump
|
||||
// XX = daily increments
|
||||
|
||||
$release = '2.0.1+ (Build: 20110112)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue