MDL-54676 backup: Bump release to 3.2
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 22 May 2016 22:23:31 +0000 (00:23 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 22 May 2016 22:23:31 +0000 (00:23 +0200)
backup/backup.class.php

index a5a660d..e7dccee 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.1';
+    const RELEASE = '3.2';
 }
 
 /*