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:
authorGaël Beaudoin <gaboo@home.gaboo.org>2010-06-09 16:04:40 +0400
committerGaël Beaudoin <gaboo@home.gaboo.org>2010-06-09 16:04:40 +0400
commit391544de785c057f610993e2ce0aa93b43631a22 (patch)
treeaa3eb33409e29e889059379036d1bce449ec9ef4
parent56dfcce9b97084476b0637a70b468e4e0aa0f75d (diff)
Set the footer version to RC1v1.0RC1
-rwxr-xr-xinc/templates/footer.php2
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>