From d57e6d531f61505ca17afbfdfe79abf23fbc21a0 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 4 Jun 2012 02:35:51 +0200 Subject: [PATCH] MDL-33503 backup: Bump internal release and version information. --- 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 441ed10e47c..642708ff3ab 100644 --- a/backup/backup.class.php +++ b/backup/backup.class.php @@ -109,8 +109,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 = 2011063000; - const RELEASE = '2.1'; + const VERSION = 2012061800; + const RELEASE = '2.3'; } /* -- 2.43.0