mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 10:49:21 -04:00
6.0.0
This commit is contained in:
parent
734fdbddea
commit
26d0adf2fe
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
|
||||
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel when updating major/minor version number.
|
||||
$OC_Version=array(6, 00, 0, 12);
|
||||
$OC_Version=array(6, 00, 0, 13);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString='6.0 RC4';
|
||||
$OC_VersionString='6.0';
|
||||
|
||||
// The ownCloud edition
|
||||
$OC_Edition='';
|
||||
|
|
|
|||
Loading…
Reference in a new issue