Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mahara-museum
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
info
mahara-museum
Commits
84f97c58
Commit
84f97c58
authored
Sep 08, 2007
by
Nigel McNie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 0.8.5 testing release
parent
ceee0941
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
debian/changelog
debian/changelog
+6
-0
htdocs/lib/version.php
htdocs/lib/version.php
+1
-1
No files found.
debian/changelog
View file @
84f97c58
mahara (0.8.5~testing) unstable; urgency=low
* Testing release
-- Nigel McNie <nigel@catalyst.net.nz> Sat, 8 Sep 2007 19:08:04 +1200
mahara (0.8.4-1) unstable; urgency=low
mahara (0.8.4-1) unstable; urgency=low
* Bugfix release
* Bugfix release
...
...
htdocs/lib/version.php
View file @
84f97c58
...
@@ -28,7 +28,7 @@ defined('INTERNAL') || die();
...
@@ -28,7 +28,7 @@ defined('INTERNAL') || die();
$config
=
new
StdClass
;
$config
=
new
StdClass
;
$config
->
version
=
2007080704
;
$config
->
version
=
2007080704
;
$config
->
release
=
'0.8.
4
'
;
$config
->
release
=
'0.8.
5testing
'
;
$config
->
minupgradefrom
=
2007011600
;
$config
->
minupgradefrom
=
2007011600
;
$config
->
minupgraderelease
=
'0.4.0 (build tag BUILD_20070122)'
;
$config
->
minupgraderelease
=
'0.4.0 (build tag BUILD_20070122)'
;
$config
->
disablelogin
=
true
;
$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