From 391544de785c057f610993e2ce0aa93b43631a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Beaudoin?= <gaboo@home.gaboo.org> Date: Wed, 9 Jun 2010 14:04:40 +0200 Subject: [PATCH] Set the footer version to RC1 --- inc/templates/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/templates/footer.php b/inc/templates/footer.php index 5206fcb7ad..47bebd27e0 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> -- GitLab