diff --git a/backup/backup.class.php b/backup/backup.class.php index 6794645489f..82f59f1c9f5 100644 --- a/backup/backup.class.php +++ b/backup/backup.class.php @@ -126,8 +126,8 @@ abstract class backup implements checksumable { const OPERATION_RESTORE ='restore';// We are performing one restore // Version (to keep CFG->backup_version (and release) updated automatically) - const VERSION = 2013110500; - const RELEASE = '2.6'; + const VERSION = 2013111800; + const RELEASE = '2.7'; } /*