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
90a0c6c5
Commit
90a0c6c5
authored
Oct 19, 2007
by
Nigel McNie
Browse files
Version bump for 0.9.0alpha1 release
parent
db640f93
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
90a0c6c5
mahara (0.9.0~alpha1-1) unstable; urgency=low
* New upstream release
* Unfortunately the ~dev policy wasn't well thought out, as it sorts ~dev as
being greater than ~alpha. Future dev releases will be called ~alpha
instead. A concious decision has been made to NOT use an epoch to fix
this - if you're running ~dev you will have to force downgrade to this
release.
-- Nigel McNie <nigel@catalyst.net.nz> Fri, 19 Oct 2007 13:23:05 +1300
mahara (0.9.0~dev) unstable; urgency=low
* 0.9.0 Dev version
...
...
htdocs/lib/version.php
View file @
90a0c6c5
...
...
@@ -28,7 +28,7 @@ defined('INTERNAL') || die();
$config
=
new
StdClass
;
$config
->
version
=
2007082201
;
$config
->
release
=
'0.9.0
dev
'
;
$config
->
release
=
'0.9.0
alpha1
'
;
$config
->
minupgradefrom
=
2007080700
;
$config
->
minupgraderelease
=
'0.8.0 (release tag 0.8.0_RELEASE)'
;
$config
->
disablelogin
=
false
;
...
...
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