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
e2557c94
Commit
e2557c94
authored
Oct 29, 2013
by
Son Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 1.6.8
Signed-off-by:
Son Nguyen
<
son.nguyen@catalyst.net.nz
>
parent
be9ff7b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
ChangeLog
ChangeLog
+3
-0
htdocs/lib/version.php
htdocs/lib/version.php
+2
-2
No files found.
ChangeLog
View file @
e2557c94
1.6.8 (2013-10-29)
-
1.6.7 (2013-10-03)
-
...
...
htdocs/lib/version.php
View file @
e2557c94
...
...
@@ -30,8 +30,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
=
201208062
0
;
$config
->
release
=
'1.6.8
testing
'
;
$config
->
version
=
201208062
1
;
$config
->
release
=
'1.6.8'
;
$config
->
minupgradefrom
=
2008040200
;
$config
->
minupgraderelease
=
'1.0.0 (release tag 1.0.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