From 66d46d1534944658b26b552ce8fb404bcbf1748b Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 11 May 2015 01:46:50 +0200 Subject: [PATCH] MDL-50184 backup: Bump release to 3.0 --- backup/backup.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/backup.class.php b/backup/backup.class.php index dfa28a52169..f0e4e9963ae 100644 --- a/backup/backup.class.php +++ b/backup/backup.class.php @@ -135,7 +135,7 @@ abstract class backup implements checksumable { /** * Usually same than major release zero version, mainly for informative/historic purposes. */ - const RELEASE = '2.9'; + const RELEASE = '3.0'; } /*