From 5712bf7b91964e6dbbd2afdead94bb3dd8c0030a Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Fri, 4 Jan 2013 14:24:55 +0100 Subject: Ability to use Mathjax for TeX rendering --- version.php | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'version.php') diff --git a/version.php b/version.php index 61844b5..78e2a2f 100644 --- a/version.php +++ b/version.php @@ -1,10 +1,30 @@ . + +/** + * @package qtype_algebra + * @copyright Roger Moore + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_algebra'; -$plugin->version = 2012061700; +$plugin->version = 2012061701; $plugin->requires = 2012061700; $plugin->maturity = MATURITY_STABLE; - -- cgit v1.2.3