]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20346 adding missing version bump to match upgrade.php
authorPetr Skoda <skodak@moodle.org>
Wed, 18 Nov 2009 12:52:51 +0000 (12:52 +0000)
committerPetr Skoda <skodak@moodle.org>
Wed, 18 Nov 2009 12:52:51 +0000 (12:52 +0000)
mod/data/version.php

index 518cfd1b922a11d053b292ce4802c9f0426cc627..ece271beca3f5e318c6336adefa805e31020df8a 100644 (file)
@@ -5,7 +5,7 @@
 //  This fragment is called by /admin/index.php
 ////////////////////////////////////////////////////////////////////////////////
 
-$module->version  = 2009111700;
+$module->version  = 2009111701;
 $module->requires = 2009041700;  // Requires this Moodle version
 $module->cron     = 60;