From 1757cc9d15ac0c1cea6542eef074b4f5e34aa5dd Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Fri, 28 Jun 2013 12:48:47 +0800 Subject: [PATCH] MDL-30740 skydrive: bump version for core inclusion Remove release name and maturity as these will now be inhereted from core. --- repository/skydrive/version.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/repository/skydrive/version.php b/repository/skydrive/version.php index 67fb4446399..38a9abd6705 100644 --- a/repository/skydrive/version.php +++ b/repository/skydrive/version.php @@ -25,8 +25,6 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2013062700; // The current plugin version (Date: YYYYMMDDXX). -$plugin->requires = 2012062500; // Requires this Moodle version. +$plugin->version = 2013070300; // The current plugin version (Date: YYYYMMDDXX). +$plugin->requires = 2012120300; // Requires this Moodle version. $plugin->component = 'repository_skydrive'; // Full name of the plugin (used for diagnostics). -$plugin->release = '1.2'; -$plugin->maturity = MATURITY_STABLE; -- 2.43.0