moodle/version.php

14 lines
431 B
PHP
Raw Normal View History

<?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 = 2007032200; // YYYYMMDD = date
// XY = increments within a single day
2007-02-14 08:38:47 +00:00
$release = '1.9 dev'; // Human-friendly version name
?>