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
4a4aab2e
Commit
4a4aab2e
authored
Feb 23, 2009
by
Nigel McNie
Browse files
Version bump for 1.1.0rc3dev
parent
fa08c24f
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/lib/version.php
View file @
4a4aab2e
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
defined
(
'INTERNAL'
)
||
die
();
defined
(
'INTERNAL'
)
||
die
();
$config
=
new
StdClass
;
$config
=
new
StdClass
;
$config
->
version
=
200902230
0
;
$config
->
version
=
200902230
1
;
$config
->
release
=
'1.1.0rc
2
'
;
$config
->
release
=
'1.1.0rc
3dev
'
;
$config
->
minupgradefrom
=
2008040200
;
$config
->
minupgradefrom
=
2008040200
;
$config
->
minupgraderelease
=
'1.0.0 (release tag 1.0.0_RELEASE)'
;
$config
->
minupgraderelease
=
'1.0.0 (release tag 1.0.0_RELEASE)'
;
$config
->
disablelogin
=
true
;
$config
->
disablelogin
=
true
;
...
...
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