Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-10-13 23:51:47 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-10-13 23:51:47 +0400
commit7cf81f2d127aa6ea119c4f79db211bcae746735d (patch)
tree74664d9bebd947ebf7dcff87b6e5695be6278055 /version.php
parent3f54e3c783274c4d6b9ccd06bf434fdf0529d324 (diff)
show the channel. Also mark git as git channel so that someone can see where this build comes from
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index b3e34b5df4b..8386ee6f875 100644
--- a/version.php
+++ b/version.php
@@ -10,7 +10,7 @@ $OC_VersionString='6.0 alpha 1';
$OC_Edition='';
// The ownCloud channel
-$OC_Channel='';
+$OC_Channel='git';
// The build number
$OC_Build='';