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
a148ca29
Commit
a148ca29
authored
Apr 16, 2010
by
Richard Mansfield
Browse files
More respectable version numbers
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
6565d5c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/upgrade.php
View file @
a148ca29
...
...
@@ -1409,7 +1409,7 @@ function xmldb_core_upgrade($oldversion=0) {
}
}
if
(
$oldversion
<
2010041
288
&&
table_exists
(
new
XMLDBTable
(
'view_feedback'
)))
{
if
(
$oldversion
<
2010041
600
&&
table_exists
(
new
XMLDBTable
(
'view_feedback'
)))
{
// Add author, authorname to artefact table
$table
=
new
XMLDBTable
(
'artefact'
);
$field
=
new
XMLDBField
(
'author'
);
...
...
htdocs/lib/version.php
View file @
a148ca29
...
...
@@ -28,7 +28,7 @@
defined
(
'INTERNAL'
)
||
die
();
$config
=
new
StdClass
;
$config
->
version
=
2010041
288
;
$config
->
version
=
2010041
600
;
$config
->
release
=
'1.3.0dev'
;
$config
->
minupgradefrom
=
2008040200
;
$config
->
minupgraderelease
=
'1.0.0 (release tag 1.0.0_RELEASE)'
;
...
...
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