Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
876c81b5
Commit
876c81b5
authored
Oct 29, 2014
by
Aaron Wells
Committed by
Gerrit Code Review
Oct 29, 2014
Browse files
Changing version number to new YY.MM.x scheme
Bug 1386937 Change-Id: I91514b8e23b3af44c86516eb4b916c1515e08e09
parent
d1900b97
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/lib/version.php
View file @
876c81b5
...
...
@@ -16,9 +16,9 @@ $config = new stdClass();
// See https://wiki.mahara.org/index.php/Developer_Area/Version_Numbering_Policy
// For upgrades on stable branches, increment the version by one. On master, use the date.
$config
->
version
=
2014102
3
00
;
$config
->
series
=
'1
.11
'
;
$config
->
release
=
'1
.11
.0dev'
;
$config
->
version
=
2014102
9
00
;
$config
->
series
=
'1
5.04
'
;
$config
->
release
=
'1
5
.0
4
dev'
;
$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