Skip to content
Snippets Groups Projects
Commit 0cc76036 authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Update version number for the 4.4.2 release.

parent 04db6eda
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
STACK is an assessment system for mathematics, science and related disciplines. STACK is a question type for the Moodle learning management system, and also the ILIAS learning management system. STACK is an assessment system for mathematics, science and related disciplines. STACK is a question type for the Moodle learning management system, and also the ILIAS learning management system.
STACK was created by [Chris Sangwin](http://www.maths.ed.ac.uk/~csangwin/) of the University of Edinburgh, and includes the work of many [other contributors](https://github.com/maths/moodle-qtype_stack/blob/master/doc/en/About/Credits.md). A demonstration server is available at the University of Edinburgh: [https://stack.maths.ed.ac.uk/](https://stack.maths.ed.ac.uk/). STACK was created by [Chris Sangwin](http://www.maths.ed.ac.uk/~csangwin/) of the University of Edinburgh, and includes the work of many [other contributors](https://github.com/maths/moodle-qtype_stack/blob/master/doc/en/About/Credits.md). The mains STACK project website is [https://stack-assessment.org/](https://stack-assessment.org/).
STACK is based on continuing research and use at the University of Edinburgh, the Open University, Aalto, Loughborough University, the University of Birmingham and others. STACK is based on continuing research and use at the University of Edinburgh, the Open University, Aalto, Loughborough University, the University of Birmingham and others.
......
...@@ -23,7 +23,7 @@ Check ...@@ -23,7 +23,7 @@ Check
* Readme.md * Readme.md
* Check docs * Check docs
* development `history/track`. * [development history](Development_history.md) and [development track](Development_track.md) `history/track`.
* Execute `php cli/answertests_docs.php` to update the static docs about answertests. * Execute `php cli/answertests_docs.php` to update the static docs about answertests.
* Execute `doc/maintenance.php` to search for broken links etc. * Execute `doc/maintenance.php` to search for broken links etc.
* version.php * version.php
...@@ -33,7 +33,7 @@ Check ...@@ -33,7 +33,7 @@ Check
* Run `php cli/ast_test_generator.php` to confirm if auto-generated tests have not changed. * Run `php cli/ast_test_generator.php` to confirm if auto-generated tests have not changed.
* Run [unit tests](Unit_tests.md). * Run [unit tests](Unit_tests.md).
* Run code checker. * Run code checker.
* Commit all changes to git, e.g. "Update version number for the 4.3.11 release." * Commit all changes to git, e.g. "Update version number for the 4.4.2 release."
## 2. Create new tag with version name ## 2. Create new tag with version name
...@@ -42,7 +42,7 @@ E.g. "v4.3.11". ...@@ -42,7 +42,7 @@ E.g. "v4.3.11".
* Push to GitHub. * Push to GitHub.
* Push tags to GitHub * Push tags to GitHub
* Tortoise git: pulldown from push * Tortoise git: pulldown from push
* Linux: `git tag -a v4.3.11 -m "Update version number for the 4.3.11 release."` * Linux: `git tag -a v4.4.2 -m "Update version number for the 4.4.2 release."`
* Linux: `git push` * Linux: `git push`
* Linux: `git push --tags` * Linux: `git push --tags`
......
...@@ -3439,4 +3439,4 @@ is_lang(code):=ev(is(%_STACK_LANG=code),simp=true)$ ...@@ -3439,4 +3439,4 @@ is_lang(code):=ev(is(%_STACK_LANG=code),simp=true)$
/* Stack expects some output with the version number the output happens at */ /* Stack expects some output with the version number the output happens at */
/* maximalocal.mac after additional library loading */ /* maximalocal.mac after additional library loading */
stackmaximaversion:2023010300$ stackmaximaversion:2023010400$
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->version = 2023010300; $plugin->version = 2023010400;
$plugin->requires = 2020061500; $plugin->requires = 2020061500;
$plugin->cron = 0; $plugin->cron = 0;
$plugin->component = 'qtype_stack'; $plugin->component = 'qtype_stack';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment