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
1bf27bcf
Commit
1bf27bcf
authored
Jun 11, 2012
by
Melissa Draper
Committed by
Gerrit Code Review
Jun 11, 2012
Browse files
Merge "Add a reminder for $config->version in lib/version.php"
parents
99f868ce
16da65a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/version.php
View file @
1bf27bcf
...
...
@@ -28,6 +28,8 @@
defined
(
'INTERNAL'
)
||
die
();
$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
=
2012053100
;
$config
->
release
=
'1.6.0dev'
;
$config
->
minupgradefrom
=
2008040200
;
...
...
Write
Preview
Supports
Markdown
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