MDL-42929 backup: keep own version & release updated.

This commit is contained in:
Eloy Lafuente (stronk7)
2013-11-17 02:34:50 +01:00
parent 2b10fa0433
commit fa28975f25
+1 -1
View File
@@ -126,7 +126,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 = 2013110500;
const VERSION = 2013111800;
const RELEASE = '2.6';
}