MDL-12296:
[moodle-linuxchix.git] / backup / version.php
blob6f5f6ca37deb673a19bd5d9243286308f5029cc9
1 <?php //$Id$
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)
9 $backup_version = 2007101000; // The current version is a date (YYYYMMDDXX)
10 $backup_release = '1.9 beta 2'; // User-friendly version number