diff --git a/settings/templates/admin.php b/settings/templates/admin.php index d51a22b72a..1091b1dab5 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -248,7 +248,7 @@ endfor;?>

t('Version'));?>

- getTitle()); ?> + getTitle()); ?>

t('Developed by the ownCloud community, the source code is licensed under the AGPL.')); ?> diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 1be7be578d..60c509b4a1 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -167,7 +167,7 @@ if($_['passwordChangeSupported']) {

t('Version'));?>

- getName()); ?>
+ getName()); ?>
t('Developed by the ownCloud community, the source code is licensed under the AGPL.')); ?> diff --git a/version.php b/version.php index b3e34b5df4..8386ee6f87 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='';