From c81f657b4ae51a0e87aed18a032c80213a7d62c1 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Mon, 27 Dec 2010 13:46:37 +0100 Subject: [PATCH] MDL-22449 bumping major version to lang invalidate caches and fix phpdocs --- mod/wiki/version.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mod/wiki/version.php b/mod/wiki/version.php index 2257b2857e5..f9873a33f9d 100644 --- a/mod/wiki/version.php +++ b/mod/wiki/version.php @@ -19,9 +19,10 @@ * Code fragment to define the version of wiki * This fragment is called by moodle_needs_upgrading() and /admin/index.php * - * @package mod-wiki-2.0 - * @copyrigth 2009 Marc Alier, Jordi Piguillem marc.alier@upc.edu - * @copyrigth 2009 Universitat Politecnica de Catalunya http://www.upc.edu + * @package mod + * @subpackage wiki + * @copyrigth 2009 Marc Alier, Jordi Piguillem marc.alier@upc.edu + * @copyrigth 2009 Universitat Politecnica de Catalunya http://www.upc.edu * * @author Jordi Piguillem * @author Marc Alier @@ -32,6 +33,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$module->version = 2010102800; // The current module version (Date: YYYYMMDDXX) +$module->version = 2010122700; // The current module version (Date: YYYYMMDDXX) $module->requires = 2010080300; $module->cron = 0; // Period for cron to check this module (secs) -- 2.43.0