Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
9c22c949
Commit
9c22c949
authored
Apr 28, 2016
by
Aaron Wells
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating upgrade version to 1.7
Change-Id: I44d422cbff9dfbeb6d42780334ac886725d06b24
parent
d0649c9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
htdocs/lib/version.php
htdocs/lib/version.php
+2
-2
No files found.
README.md
View file @
9c22c949
...
...
@@ -35,7 +35,7 @@ The basic installation instructions are:
# UPGRADING
Mahara 16.04 supports direct upgrades from previous Mahara versions 1.
6
.0 and later.
Mahara 16.04 supports direct upgrades from previous Mahara versions 1.
7
.0 and later.
To upgrade an existing Mahara installation, follow the instructions here:
*
https://wiki.mahara.org/wiki/System_Administrator%27s_Guide/Upgrading_Mahara
...
...
htdocs/lib/version.php
View file @
9c22c949
...
...
@@ -19,5 +19,5 @@ $config = new stdClass();
$config
->
version
=
2016033105
;
$config
->
series
=
'16.04'
;
$config
->
release
=
'16.04rc3testing'
;
$config
->
minupgradefrom
=
20
12080604
;
$config
->
minupgraderelease
=
'1.
6
.0 (release tag 1.
6
.0_RELEASE)'
;
$config
->
minupgradefrom
=
20
08040200
;
$config
->
minupgraderelease
=
'1.
7
.0 (release tag 1.
7
.0_RELEASE)'
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment