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
integration
prechecker
Commits
e7d3e861
Commit
e7d3e861
authored
Sep 27, 2004
by
moodler
Browse files
Tidied up a bit, and removed the CVS version which caused some people confusion
parent
1a86eccc
Changes
1
Hide whitespace changes
Inline
Side-by-side
version.php
View file @
e7d3e861
<?PHP
//$Id$
// This file defines the current version of the
// Moodle code that is being used. This can be
// compared against the values stored in the
// database to determine whether upgrades should
// be performed (see lib/db/*.php)
<?php
$version
=
2004092000
;
// The current version is a date (YYYYMMDDXX)
// MOODLE VERSION INFORMATION
$release
=
"1.5 unstable development"
;
// User-friendly version number
// This file defines the current version of the core Moodle code being used.
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version
=
2004092700
;
// YYYYMMDD = date of first major branch release 1.4
// XY = increments within a single day
$release
=
'1.5 UNSTABLE DEVELOPMENT'
;
// Human-friendly version name
?>
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