mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
ownCloud 6 RC3
This commit is contained in:
parent
f24aca61a9
commit
4d50fe5f12
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, 10);
|
||||
$OC_Version=array(6, 00, 0, 11);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString='6.0 RC2';
|
||||
$OC_VersionString='6.0 RC3';
|
||||
|
||||
// The ownCloud edition
|
||||
$OC_Edition='';
|
||||
|
|
|
|||
Loading…
Reference in a new issue