NOBUG: Bump backup relese for 2.5dev
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Mon, 3 Dec 2012 20:11:33 +0000 (21:11 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Mon, 3 Dec 2012 20:11:33 +0000 (21:11 +0100)
backup/backup.class.php

index 40249d0..d60142f 100644 (file)
@@ -110,7 +110,7 @@ abstract class backup implements checksumable {
 
     // Version (to keep CFG->backup_version (and release) updated automatically)
     const VERSION = 2012112900;
-    const RELEASE = '2.4';
+    const RELEASE = '2.5';
 }
 
 /*