Skip to content
Snippets Groups Projects
Commit 1feecaae authored by Tim Hunt's avatar Tim Hunt
Browse files

Bump the version number for the 3.3.3 release.

parent 7b474ae1
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
// along with Stack. If not, see <http://www.gnu.org/licenses/>.
/**
* Version information for the Stack question type.
* Version information for the STACK question type.
*
* @package qtype_stack
* @copyright 2012 The Open University
......@@ -24,12 +24,12 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2014101700;
$plugin->version = 2014111200;
$plugin->requires = 2013101800;
$plugin->cron = 0;
$plugin->component = 'qtype_stack';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.3.2 for Moodle 2.6+';
$plugin->release = '3.3.3 for Moodle 2.6+';
$plugin->dependencies = array(
'qbehaviour_adaptivemultipart' => 2014092500,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment