選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

version.php 458B

1234567891011121314151617
  1. <?php
  2. // 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.
  3. $OC_Version=array(6, 90, 0, 2);
  4. // The human readable string
  5. $OC_VersionString='7.0 pre alpha';
  6. // The ownCloud edition
  7. $OC_Edition='';
  8. // The ownCloud channel
  9. $OC_Channel='git';
  10. // The build number
  11. $OC_Build='';