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:
-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>