Moodle release 1.9.16
[moodle.git] / mod / survey / version.php
blob51a67c370cc3cbb22b3f61edbc50a5c57d2df3bb
1 <?php // $Id$
3 ////////////////////////////////////////////////////////////////////////////////
4 // Code fragment to define the module version etc.
5 // This fragment is called by /admin/index.php
6 ////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2007101509;
9 $module->requires = 2007101509; // Requires this Moodle version
10 $module->cron = 0;