diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-10-13 21:51:47 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-10-13 21:51:47 +0200 |
commit | 7cf81f2d127aa6ea119c4f79db211bcae746735d (patch) | |
tree | 74664d9bebd947ebf7dcff87b6e5695be6278055 /version.php | |
parent | 3f54e3c783274c4d6b9ccd06bf434fdf0529d324 (diff) | |
download | nextcloud-server-7cf81f2d127aa6ea119c4f79db211bcae746735d.tar.gz nextcloud-server-7cf81f2d127aa6ea119c4f79db211bcae746735d.zip |
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.php | 2 |
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=''; |