]> source.dussan.org Git - nextcloud-server.git/commitdiff
Set the footer version to RC1 v1.0RC1
authorGaël Beaudoin <gaboo@home.gaboo.org>
Wed, 9 Jun 2010 12:04:40 +0000 (14:04 +0200)
committerGaël Beaudoin <gaboo@home.gaboo.org>
Wed, 9 Jun 2010 12:04:40 +0000 (14:04 +0200)
inc/templates/footer.php

index 5206fcb7ad98c62afbad4ed70a51c0f2125e9009..47bebd27e02d4e2cb89b0a1c9c5719749f6c25dd 100755 (executable)
@@ -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>