mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Set the footer version to RC1
This commit is contained in:
parent
56dfcce9b9
commit
391544de78
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue