284abb0925
* in_null for decimals defaults checks * store letter settings only in database - no cfg settings * separate configuration page for letters only - pluginselector+admin tree * new capability to manage grade letters - similar to scales and outcomes * added grade_letters db index * grade letters related minor bugfixing
15 lines
437 B
PHP
15 lines
437 B
PHP
<?php
|
|
|
|
// MOODLE VERSION INFORMATION
|
|
|
|
// This file defines the current version of the core Moodle code being used.
|
|
// This is compared against the values stored in the database to determine
|
|
// whether upgrades should be performed (see lib/db/*.php)
|
|
|
|
$version = 2007092801; // YYYYMMDD = date
|
|
// XY = increments within a single day
|
|
|
|
$release = '1.9 Beta +'; // Human-friendly version name
|
|
|
|
?>
|