mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Bump to 1.8 Beta
This commit is contained in:
parent
4b8a063ad3
commit
c6ce18c221
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
/// database (backup_version) to determine whether upgrades should
|
||||
/// be performed (see db/backup_*.php)
|
||||
|
||||
$backup_version = 2006082304; // The current version is a date (YYYYMMDDXX)
|
||||
$backup_release = "1.8dev"; // User-friendly version number
|
||||
$backup_version = 2007022100; // The current version is a date (YYYYMMDDXX)
|
||||
$backup_release = "1.8Beta"; // User-friendly version number
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue