MDL-7647 confirmation email - usernames with slashes causing confirmation problems
[moodle.git] / backup / version.php
blob5126ad28249b4a7ec07efcd3efc03f29031b70ae
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 = 2009111300; // The current version is a date (YYYYMMDDXX)
10 $backup_release = '1.9.7'; // User-friendly version number