MDL-28038 backup - bump

This commit is contained in:
Eloy Lafuente (stronk7) 2011-06-26 19:15:06 +02:00
parent 50d32a2baf
commit f1231efec4

View File

@ -108,8 +108,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 = 2010111800;
const RELEASE = '2.0';
const VERSION = 2011063000;
const RELEASE = '2.1';
}
/*