From de446991df8603e38334058dfc47b213e96ed32f Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Fri, 17 Aug 2012 17:02:51 +0200
Subject: [PATCH] remove link to 0.15 beta4

---
 downloads.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/downloads.php b/downloads.php
index 34529c09..841b2994 100644
--- a/downloads.php
+++ b/downloads.php
@@ -20,7 +20,7 @@ print ("   </h2>\n");
 print ("</a>\n");
 print _("    If you use Debian unstable do")." <i>apt-get install gajim</i>\n";
 print ("    <br/>\n");
-printf(_("   The Debian package of %s is "), "0.15-beta4");
+#printf(_("   The Debian package of %s is "), "0.15-beta4");
 print "<a href=\"downloads/0.15/gajim_0.15~beta4-1_all.deb\">"._("here")."</a>.<br />\n";
 print _("    A daily package from mercurial is also built. To use it, remove gajim")." (<i>apt-get remove gajim</i>), "._("add this line to your")." /etc/apt/source.list:\n";
 print ("    <br/>\n");
-- 
GitLab