. /** * This file contains the version information for the comments submission plugin * * @package assignsubmission_comments * @copyright 2012 NetSpot {@link http://www.netspot.com.au} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2014111000; $plugin->requires = 2014110400; $plugin->component = 'assignsubmission_comments';