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
84718118
Commit
84718118
authored
Oct 29, 2013
by
Son Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 1.6.9testing
Signed-off-by:
Son Nguyen
<
son.nguyen@catalyst.net.nz
>
parent
e2557c94
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 @
84718118
...
...
@@ -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
1
;
$config
->
release
=
'1.6.
8
'
;
$config
->
version
=
201208062
2
;
$config
->
release
=
'1.6.
9testing
'
;
$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