mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Solved two importat bugs.
Numerical Questions now working. Included support to Moodle's language system.
This commit is contained in:
parent
7fae2d4809
commit
388052cd9c
@ -5,6 +5,6 @@
|
||||
// database (backup_version) to determine whether upgrades should
|
||||
// be performed (see db/backup_*.php)
|
||||
|
||||
$backup_version = 2003071900; // The current version is a date (YYYYMMDDXX)
|
||||
$backup_version = 2003072900; // The current version is a date (YYYYMMDDXX)
|
||||
|
||||
$backup_release = "0.8.3 alpha"; // User-friendly version number
|
||||
$backup_release = "0.8.4 alpha"; // User-friendly version number
|
||||
|
Loading…
x
Reference in New Issue
Block a user