Skip to content
GitLab
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
32b2e693
Commit
32b2e693
authored
Jan 29, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jan 29, 2007
Browse files
Bump for 0.5.0
parent
7211a9fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
32b2e693
mahara (0.5.0-1) unstable; urgency=low
* Bugfix release
-- Nigel McNie <nigel@catalyst.net.nz> Mon, 29 Jan 2007 14:37:18 +1300
mahara (0.4.4-1) unstable; urgency=low
* Bugfix release
...
...
htdocs/lib/version.php
View file @
32b2e693
...
...
@@ -28,8 +28,8 @@ defined('INTERNAL') || die();
$config
=
new
StdClass
;
$config
->
version
=
2007012500
;
$config
->
release
=
'0.
4.4
'
;
$config
->
minupgradefrom
=
200
6121501
;
$config
->
minupgraderelease
=
'0.
1
(build tag BUILD_200
61215
)'
;
$config
->
release
=
'0.
5.0
'
;
$config
->
minupgradefrom
=
200
7011600
;
$config
->
minupgraderelease
=
'0.
4.0
(build tag BUILD_200
70122
)'
;
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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