1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-08-26 17:55:04 +02:00
nextcloud/version.php

20 lignes
461 B
PHP
Brut Vue normale Historique

<?php
2014-04-21 15:44:54 +02:00
// 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.
2014-06-22 00:52:47 +02:00
$OC_Version=array(7, 0, 0, 1);
// The human readable string
2014-06-22 00:52:47 +02:00
$OC_VersionString='7.0 alpha 2';
// The ownCloud edition
$OC_Edition='';
// The ownCloud channel
$OC_Channel='git';
// The build number
$OC_Build='';