5.4 release
Signed-off-by: Dawid Pakuła <zulus@w3des.net>
diff --git a/_news.php b/_news.php
index 2d6747b..2fa72e1 100644
--- a/_news.php
+++ b/_news.php
@@ -2,6 +2,10 @@
<h6>News</h6>
<ul>
<li>
+ <span class="normal"><b>February 26, 2015</b></span> -
+ <a href="http://download.eclipse.org/technology/dltk/updates-dev/5.4/">DLTK 5.4.0 released</a>.
+ </li>
+ <li>
<span class="normal"><b>October 2, 2015</b></span> -
<a href="http://download.eclipse.org/technology/dltk/updates-dev/5.3.1/">DLTK 5.3.1 released</a>.
</li>
diff --git a/index.php b/index.php
index 3bc5dff..e05b223 100644
--- a/index.php
+++ b/index.php
@@ -41,7 +41,10 @@
<div class="homeitem">
<h3>Schedule</h3>
<ul>
- <li>February, 2016 - <a href="http://download.eclipse.org/technology/dltk/updates-dev/5.4/">DLTK 5.4</a></li>
+ <li>June, 2016 - <a href="http://download.eclipse.org/technology/dltk/updates-dev/5.5/">DLTK 5.5</a></li>
+ </ul>
+ <ul>
+ <li>February, 2016 - <a href="http://download.eclipse.org/technology/dltk/updates-dev/5.4/">DLTK 5.4</a><b> - DONE</b></li>
</ul>
<ul>
<li>October, 2015 - <a href="http://download.eclipse.org/technology/dltk/updates-dev/5.3.1/">DLTK 5.3.1</a><b> - DONE</b></li>
diff --git a/install.php b/install.php
index a417c61..6a6af65 100755
--- a/install.php
+++ b/install.php
@@ -26,13 +26,13 @@
<li>Stable builds
<ul>
<li><tt>http://download.eclipse.org/releases/mars/</tt> - if using Eclipse 4.5 / Mars this update site is already listed in Eclipse as 'Mars Update site'</li>
- <li><tt>http://download.eclipse.org/technology/dltk/updates-dev/5.3.1/</tt> - 5.3.1 release</li>
+ <li><tt>http://download.eclipse.org/technology/dltk/updates-dev/5.4/</tt> - 5.4 release</li>
<li><tt>http://download.eclipse.org/technology/dltk/updates-dev/latest/</tt> - latest</li>
</ul>
</li>
<li>Nightly builds
<ul>
- <li><tt>http://download.eclipse.org/technology/dltk/updates-dev/5.4/</tt> - 5.4 nightly</li>
+ <li><tt>http://download.eclipse.org/technology/dltk/updates-dev/5.5/</tt> - 5.5 nightly</li>
<li><tt>http://download.eclipse.org/technology/dltk/updates-dev/latest-nightly/</tt> - latest nightly</li>
</ul>
</li>