diff --git a/backup/version.php b/backup/version.php index d969c1d40cf..885718602e1 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 = 2004052300; // The current version is a date (YYYYMMDDXX) +$backup_version = 2004052400; // The current version is a date (YYYYMMDDXX) $backup_release = "1.3"; // User-friendly version number diff --git a/blocks/version.php b/blocks/version.php index a48838d104d..acb59cc956b 100644 --- a/blocks/version.php +++ b/blocks/version.php @@ -5,4 +5,4 @@ // database (blocks_version) to determine whether upgrades should // be performed (see db/backup_*.php) -$blocks_version = 2004052100; // The current version is a date (YYYYMMDDXX) +$blocks_version = 2004052400; // The current version is a date (YYYYMMDDXX)