diff options
author | Gaël Beaudoin <gaboo@home.gaboo.org> | 2010-06-09 14:04:40 +0200 |
---|---|---|
committer | Gaël Beaudoin <gaboo@home.gaboo.org> | 2010-06-09 14:04:40 +0200 |
commit | 391544de785c057f610993e2ce0aa93b43631a22 (patch) | |
tree | aa3eb33409e29e889059379036d1bce449ec9ef4 | |
parent | 56dfcce9b97084476b0637a70b468e4e0aa0f75d (diff) | |
download | nextcloud-server-391544de785c057f610993e2ce0aa93b43631a22.tar.gz nextcloud-server-391544de785c057f610993e2ce0aa93b43631a22.zip |
Set the footer version to RC1v1.0RC1
-rwxr-xr-x | inc/templates/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/templates/footer.php b/inc/templates/footer.php index 5206fcb7ad9..47bebd27e02 100755 --- a/inc/templates/footer.php +++ b/inc/templates/footer.php @@ -12,7 +12,7 @@ Hint: Mount it via webdav like this: <a href="webdav://<?php echo($_SERVER["HTTP <?php }?> <p class="footer"> <?php - echo('<a href="http://ownCloud.org">ownCloud</a> - 1.0 beta 2'); + echo('<a href="http://ownCloud.org">ownCloud</a> - 1.0 RC 1'); ?> </p> </div> |