From 295474bda984c5af56709020f14aed773a2b8308 Mon Sep 17 00:00:00 2001 From: Eloy Lafuente Date: Thu, 18 Nov 2010 21:35:40 +0000 Subject: [PATCH] MDL-25310 backup - Bump! --- backup/backup.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/backup.class.php b/backup/backup.class.php index d1d364aed6f..936ff8a4e1c 100644 --- a/backup/backup.class.php +++ b/backup/backup.class.php @@ -107,8 +107,8 @@ abstract class backup implements checksumable { const OPERATION_RESTORE ='restore';// We are performing one restore // Version (to keep CFG->backup_version (and release) updated automatically) - const VERSION = 2010101000; - const RELEASE = '2.0 RC2'; + const VERSION = 2010111800; + const RELEASE = '2.0'; } /* -- 2.39.2