| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Summary view] [Print] [Text view]
1 <?php //$Id: version.php,v 1.114.2.4 2008/03/03 11:55:15 moodler Exp $ 2 3 /// This file defines the current version of the 4 /// backup/restore code that is being used. This can be 5 /// compared against the values stored in the 6 /// database (backup_version) to determine whether upgrades should 7 /// be performed (see db/backup_*.php) 8 9 $backup_version = 2008030300; // The current version is a date (YYYYMMDDXX) 10 $backup_release = '1.9'; // User-friendly version number 11 12 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |