Skip to content

Commit

Permalink
Update version numbers for v4.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwinc committed Nov 15, 2024
1 parent 8569ad8 commit 690b2f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/config_sample.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ $CFG->inputmustverify = 1;
$CFG->inputshowvalidation = 1;

// These should match the version of goemaxima in docker-compose.
$CFG->stackmaximaversion = "2024072400";
$CFG->version = "2024072400";
$CFG->stackmaximaversion = "2024111500";
$CFG->version = "2024111500";

// Do not change this setting.
$CFG->mathsdisplay = 'api';
Expand Down
1 change: 1 addition & 0 deletions doc/en/Installation/STACK_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ when releasing.

Release | Version number | Supported Maxima versions
--------|----------------|--------------------------
4.8.0 | 2024111500 | 5.40.0, 5.41.0, 5.42.0, 5.42.1, 5.42.2, 5.43.0, 5.43.1, 5.43.2, 5.44.0, 5.46.0, 5.47.0
4.7.0 | 2024072400 | 5.40.0, 5.41.0, 5.42.0, 5.42.1, 5.42.2, 5.43.0, 5.43.1, 5.43.2, 5.44.0, 5.46.0, 5.47.0
4.6.0 | 2024060300 | 5.40.0, 5.41.0, 5.42.0, 5.42.1, 5.42.2, 5.43.0, 5.43.1, 5.43.2, 5.44.0, 5.46.0, 5.47.0
4.5.0 | 2023121100 | 5.40.0, 5.41.0, 5.42.0, 5.42.1, 5.42.2, 5.43.0, 5.43.1, 5.43.2, 5.44.0, 5.46.0, 5.47.0
Expand Down
2 changes: 1 addition & 1 deletion stack/maxima/stackmaxima.mac
Original file line number Diff line number Diff line change
Expand Up @@ -3357,4 +3357,4 @@ is_lang(code):=ev(is(%_STACK_LANG=code),simp=true)$

/* Stack expects some output with the version number the output happens at */
/* maximalocal.mac after additional library loading */
stackmaximaversion:2024092500$
stackmaximaversion:2024111500$
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024092500;
$plugin->version = 2024111500;
$plugin->requires = 2022041900;
$plugin->cron = 0;
$plugin->component = 'qtype_stack';
$plugin->maturity = MATURITY_ALPHA;
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.8.0 for Moodle 4.0+';

$plugin->dependencies = [
Expand Down

0 comments on commit 690b2f7

Please sign in to comment.