Author: Gunnar Wolf <gwolf@debian.org>
Last-update: 2011-03-02
Forwarded: Not-needed
Description: Properly display current revision as 0.6.5
 There was a slight (and recognized by upstream) oversight: They
 shipped 0.6.5 packages still mentioning version 0.6.4. Patch it
 here. This patch will, of course, be dropped by the next upstream
 release. 
Index: collabtive/init.php
===================================================================
--- collabtive.orig/init.php	2011-03-02 12:02:34.000000000 -0600
+++ collabtive/init.php	2011-03-02 12:03:05.000000000 -0600
@@ -30,7 +30,7 @@
 $url = getMyUrl();
 $template->assign("url", $url);
 $template->assign("languages", $languages);
-$template->assign("myversion", "0.6.4");
+$template->assign("myversion", "0.6.5");
 $template->assign("cl_config", CL_CONFIG);
 // Assign globals to all templates
 if (isset($_SESSION["userid"]))
Index: collabtive/templates/frost/footer.tpl
===================================================================
--- collabtive.orig/templates/frost/footer.tpl	2011-03-02 12:02:34.000000000 -0600
+++ collabtive/templates/frost/footer.tpl	2011-03-02 12:02:52.000000000 -0600
@@ -12,10 +12,10 @@
 	<div id="footer-wrapper">
 		<div class="footer">
 			<div class="footer-in">
-				<a href="http://collabtive.o-dyn.de" >Collabtive 0.6.4</a>
+				<a href="http://collabtive.o-dyn.de" >Collabtive 0.6.5</a>
 			</div>
 		</div>
 	</div>
 
 </body>
-</html>
\ No newline at end of file
+</html>
Index: collabtive/templates/standard/footer.tpl
===================================================================
--- collabtive.orig/templates/standard/footer.tpl	2011-03-02 12:02:34.000000000 -0600
+++ collabtive/templates/standard/footer.tpl	2011-03-02 12:02:57.000000000 -0600
@@ -12,10 +12,10 @@
 	<div id="footer-wrapper">
 		<div class="footer">
 			<div class="footer-in">
-				<a href="http://collabtive.o-dyn.de">Collabtive 0.6.4</a>
+				<a href="http://collabtive.o-dyn.de">Collabtive 0.6.5</a>
 			</div>
 		</div>
 	</div>
 
 </body>
-</html>
\ No newline at end of file
+</html>
