NOBUG: Updated to have PR1 backups under control
authorEloy Lafuente <stronk7@moodle.org>
Tue, 4 May 2010 18:36:03 +0000 (18:36 +0000)
committerEloy Lafuente <stronk7@moodle.org>
Tue, 4 May 2010 18:36:03 +0000 (18:36 +0000)
backup/backup.class.php

index a427a76..7752072 100644 (file)
@@ -91,8 +91,8 @@ abstract class backup implements checksumable {
     const VAR_BASEPATH   = -1011; // To reference the dir where the file is generated
 
     // Version (to keep CFG->backup_version (and release) updated automatically)
-    const VERSION = 2010022500;
-    const RELEASE = '2.0 dev';
+    const VERSION = 2010050500;
+    const RELEASE = '2.0 Preview 1';
 }
 
 /*