Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-qtype_stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-qtype_stack
Commits
0825f267
Commit
0825f267
authored
Dec 9, 2021
by
Chris Sangwin
Browse files
Options
Downloads
Patches
Plain Diff
Bump version numbers in the dev branch ahead of master to avoid confusion.
parent
572eca9d
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/en/Developer/Releasing.md
+2
-2
2 additions, 2 deletions
doc/en/Developer/Releasing.md
stack/maxima/stackmaxima.mac
+1
-1
1 addition, 1 deletion
stack/maxima/stackmaxima.mac
version.php
+3
-3
3 additions, 3 deletions
version.php
with
6 additions
and
6 deletions
doc/en/Developer/Releasing.md
+
2
−
2
View file @
0825f267
...
@@ -23,7 +23,7 @@ Check
...
@@ -23,7 +23,7 @@ Check
*
Check version numbers on stackmaxima.mac.
*
Check version numbers on stackmaxima.mac.
*
Run unit tests.
*
Run unit tests.
*
Run code checker.
*
Run code checker.
*
Commit all changes to git, e.g. "Update version number for the 4.3.
6
release."
*
Commit all changes to git, e.g. "Update version number for the 4.3.
11
release."
## 2. Create new tag with version name
## 2. Create new tag with version name
...
@@ -32,7 +32,7 @@ E.g. "v4.3.6".
...
@@ -32,7 +32,7 @@ E.g. "v4.3.6".
*
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.
6
-m "Update version number for the 4.3.
6
release."`
*
Linux:
`git tag -a v4.3.
11
-m "Update version number for the 4.3.
11
release."`
*
Linux:
`git push`
*
Linux:
`git push`
*
Linux:
`git push --tags`
*
Linux:
`git push --tags`
...
...
This diff is collapsed.
Click to expand it.
stack/maxima/stackmaxima.mac
+
1
−
1
View file @
0825f267
...
@@ -3105,5 +3105,5 @@ load(linearalgebra);
...
@@ -3105,5 +3105,5 @@ load(linearalgebra);
/* 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:20211
2
0900$
stackmaximaversion:20211
3
0900$
This diff is collapsed.
Click to expand it.
version.php
+
3
−
3
View file @
0825f267
...
@@ -24,12 +24,12 @@
...
@@ -24,12 +24,12 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
20211
2
0900
;
$plugin
->
version
=
20211
3
0900
;
$plugin
->
requires
=
2018051700
;
$plugin
->
requires
=
2018051700
;
$plugin
->
cron
=
0
;
$plugin
->
cron
=
0
;
$plugin
->
component
=
'qtype_stack'
;
$plugin
->
component
=
'qtype_stack'
;
$plugin
->
maturity
=
MATURITY_
STABLE
;
$plugin
->
maturity
=
MATURITY_
ALPHA
;
$plugin
->
release
=
'4.3.1
0
for Moodle 3.9+'
;
$plugin
->
release
=
'4.3.1
1
for Moodle 3.9+'
;
$plugin
->
dependencies
=
array
(
$plugin
->
dependencies
=
array
(
'qbehaviour_adaptivemultipart'
=>
2020103000
,
'qbehaviour_adaptivemultipart'
=>
2020103000
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment