From 90471d6b0bcce6e1a111e56405182a78b4c82269 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 30 Nov 2003 21:57:43 +0000 Subject: [PATCH] Going to "Create the script". Bump. --- backup/STATUS.txt | 4 ++-- backup/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5