beta 5 is here
This commit is contained in:
parent
5de5c317c1
commit
c2ccf4a6b3
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, 7);
|
||||
$OC_Version=array(6, 00, 0, 8);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString='6.0 beta 4';
|
||||
$OC_VersionString='6.0 beta 5';
|
||||
|
||||
// The ownCloud edition
|
||||
$OC_Edition='';
|
||||
|
|
Loading…
Reference in a new issue