NOBUG: Bump backup version for 2.4

This commit is contained in:
Eloy Lafuente (stronk7)
2012-12-03 21:46:18 +01:00
parent f588fdfcc7
commit 325e266e95
+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 = 2012112900;
const VERSION = 2012120300;
const RELEASE = '2.4';
}