Merge branch 'install_21_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_21...
[moodle.git] / mod / glossary / version.php
blob51d1083d7b002e7f066669925e7539c5a9386333
1 <?php
3 /////////////////////////////////////////////////////////////////////////////////
4 /// Code fragment to define the version of glossary
5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 /////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2011052301;
9 $module->requires = 2011052300; // Requires this Moodle version
10 $module->cron = 0; // Period for cron to check this module (secs)