summaryrefslogtreecommitdiffstats
path: root/models/issue_list_test.go
Commit message (Expand)AuthorAgeFilesLines
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-7/+6
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-2/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-8/+9
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-1/+0
* [API] Extend times API (#9200)65432019-12-271-1/+1
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-291-1/+8
* Unit tests for issue_list (#1209)Ethan Koenig2017-03-111-0/+65
id/stable24-update-code-signing-crl'>automated/noid/stable24-update-code-signing-crl Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/version.php
blob: 4421a06bea0a462048daadff42e7694edf71bc8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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(7, 8, 1, 0);

// The human readable string
$OC_VersionString='8.0 pre alpha';

// The ownCloud edition
$OC_Edition='';

// The ownCloud channel
$OC_Channel='git';

// The build number
$OC_Build='';