MDL-52139 backup: Bump release to 3.1
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 15 Nov 2015 23:39:17 +0000 (00:39 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 15 Nov 2015 23:39:17 +0000 (00:39 +0100)
backup/backup.class.php

index 894aebd..0b2ed3f 100644 (file)
@@ -135,7 +135,7 @@ abstract class backup implements checksumable {
     /**
      * Usually same than major release zero version, mainly for informative/historic purposes.
      */
-    const RELEASE = '3.0';
+    const RELEASE = '3.1';
 }
 
 /*