mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Adding theme fields for courses, users and groups
This commit is contained in:
parent
16fd89aa23
commit
915602ea79
5 changed files with 20 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
// This is compared against the values stored in the database to determine
|
||||
// whether upgrades should be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2005020800; // YYYYMMDD = date of first major branch release 1.4
|
||||
$version = 2005021000; // YYYYMMDD = date of first major branch release 1.4
|
||||
// XY = increments within a single day
|
||||
|
||||
$release = '1.5 UNSTABLE DEVELOPMENT'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue