MDL-22449 bumping major version to lang invalidate caches and fix phpdocs
authorPetr Skoda <commits@skodak.org>
Mon, 27 Dec 2010 12:46:37 +0000 (13:46 +0100)
committerPetr Skoda <commits@skodak.org>
Mon, 27 Dec 2010 12:48:10 +0000 (13:48 +0100)
mod/wiki/version.php

index 2257b28..f9873a3 100644 (file)
  * 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)