From 5798aee9266ac9a4e9e21e6d4efcb2b3da87c12c Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 17 May 2018 01:53:43 +0200 Subject: [PATCH] MDL-62477 backup: Bump release to 3.6 --- 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 66e5ce8872e..c09fb9abebd 100644 --- a/backup/backup.class.php +++ b/backup/backup.class.php @@ -140,7 +140,7 @@ abstract class backup implements checksumable { /** * Usually same than major release zero version, mainly for informative/historic purposes. */ - const RELEASE = '3.5'; + const RELEASE = '3.6'; /** * Cipher to be used in backup and restore operations. -- 2.11.4.GIT