Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
6cb55c8d
Commit
6cb55c8d
authored
Sep 11, 2017
by
Robert Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 15.04.15testing
Signed-off-by:
Robert Lyon
<
robertl@catalyst.net.nz
>
parent
58fb4676
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
htdocs/lib/version.php
htdocs/lib/version.php
+2
-2
No files found.
htdocs/lib/version.php
View file @
6cb55c8d
...
...
@@ -16,9 +16,9 @@ $config = new stdClass();
// See https://wiki.mahara.org/wiki/Developer_Area/Version_Numbering_Policy
// For upgrades on stable branches, increment the version by one. On master, use the date.
$config
->
version
=
201503044
8
;
$config
->
version
=
201503044
9
;
$config
->
series
=
'15.04'
;
$config
->
release
=
'15.04.1
4
'
;
$config
->
release
=
'15.04.1
5testing
'
;
$config
->
minupgradefrom
=
2009022600
;
$config
->
minupgraderelease
=
'1.1.0 (release tag 1.1.0_RELEASE)'
;
$config
->
disablelogin
=
true
;
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