From 2a0ec98d6ebc9c489670078acc20e727481a91b5 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 30 Nov 2012 13:35:48 +0100 Subject: [PATCH] Satisfy version checker requirements In stable branches, 8 first digits of the backup version must be >= than the 8 first digits of the main version. --- 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 642708ff3ab..c3cc5f8b0f4 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 = 2012061800; + const VERSION = 2012062500; const RELEASE = '2.3'; } -- 2.11.4.GIT