mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
ownCloud 6 beta 3
This commit is contained in:
parent
a0ee6aef29
commit
b9aec16037
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, 4);
|
||||
$OC_Version=array(6, 00, 0, 5);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString='6.0 beta 2';
|
||||
$OC_VersionString='6.0 beta 3';
|
||||
|
||||
// The ownCloud edition
|
||||
$OC_Edition='';
|
||||
|
|
|
|||
Loading…
Reference in a new issue