From: stronk7 Date: Sun, 30 Nov 2003 21:57:43 +0000 (+0000) Subject: Going to "Create the script". Bump. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=90471d6b0bcce6e1a111e56405182a78b4c82269;p=moodle.git Going to "Create the script". Bump. --- diff --git a/backup/STATUS.txt b/backup/STATUS.txt index b908f98d20..ba000ce551 100644 --- a/backup/STATUS.txt +++ b/backup/STATUS.txt @@ -116,8 +116,8 @@ Backup Details: - Download backup files......................................DONE - Delete backup files........................................DONE - Program scheduled backups..................................IN PROGRESS - - Build a configuration inteface..........................IN PROGRESS - - Create the script.......................................NOT EXISTS + - Build a configuration inteface..........................DONE + - Create the script.......................................IN PROGRESS - Integrate it in cron....................................NOT EXISTS Restore Details: diff --git a/backup/version.php b/backup/version.php index 3bec877a67..e94d4faa49 100644 --- a/backup/version.php +++ b/backup/version.php @@ -5,6 +5,6 @@ // database (backup_version) to determine whether upgrades should // be performed (see db/backup_*.php) -$backup_version = 2003112700; // The current version is a date (YYYYMMDDXX) +$backup_version = 2003113000; // The current version is a date (YYYYMMDDXX) $backup_release = "1.2 development"; // User-friendly version number