mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-21407 tex filter - trim leading whitespace from latex preamble. Merged from 19_STABLE
This commit is contained in:
parent
d3d393ab37
commit
073d380425
3 changed files with 12 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 = 2010020300; // YYYYMMDD = date of the last version bump
|
||||
$version = 2010020301; // YYYYMMDD = date of the last version bump
|
||||
// XX = daily increments
|
||||
|
||||
$release = '2.0 dev (Build: 20100203)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue