From 325e266e95dd3d455f74bc54805b25b3a8feb99f Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 3 Dec 2012 21:46:18 +0100 Subject: [PATCH] NOBUG: Bump backup version for 2.4 --- backup/backup.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/backup.class.php b/backup/backup.class.php index 40249d02c32..4d07b1a2b23 100644 --- a/backup/backup.class.php +++ b/backup/backup.class.php @@ -109,7 +109,7 @@ 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 = 2012112900; + const VERSION = 2012120300; const RELEASE = '2.4'; }