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

This commit is contained in:
Eloy Lafuente (stronk7)
2013-11-17 02:32:43 +01:00
parent b58bc15af5
commit 953b6e2b34
+2 -2
View File
@@ -126,8 +126,8 @@ 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 RELEASE = '2.6';
const VERSION = 2013111800;
const RELEASE = '2.7';
}
/*