From dbe3e2dd1393006cb73b6c11b32e5734b2a22b08 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sun, 14 Jun 2020 12:53:38 +0200 Subject: [PATCH] MDL-69043 backup: Bump release to 4.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 a80f303255c..54fca21ce78 100644 --- a/backup/backup.class.php +++ b/backup/backup.class.php @@ -160,7 +160,7 @@ abstract class backup implements checksumable { /** * Usually same than major release zero version, mainly for informative/historic purposes. */ - const RELEASE = '3.9'; + const RELEASE = '4.0'; /** * Cipher to be used in backup and restore operations.