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.
This commit is contained in:
Eloy Lafuente (stronk7)
2012-11-30 13:35:48 +01:00
parent c5e41c035e
commit 2a0ec98d6e
+1 -1
View File
@@ -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';
}