DLTK 5.5 release
diff --git a/_news.php b/_news.php
index 2fa72e1..a43b20b 100644
--- a/_news.php
+++ b/_news.php
@@ -2,6 +2,10 @@
 	<h6>News</h6>
 	<ul>
 		<li>
+			<span class="normal"><b>June 22, 2016</b></span> -
+			<a href="http://download.eclipse.org/technology/dltk/updates-dev/5.5/">DLTK 5.5.0 released</a>.
+		</li>
+		<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>
diff --git a/index.php b/index.php
index e05b223..4cd2a10 100644
--- a/index.php
+++ b/index.php
@@ -41,7 +41,10 @@
 		<div class="homeitem">
 			<h3>Schedule</h3>
 			<ul>
-				<li>June, 2016 - <a href="http://download.eclipse.org/technology/dltk/updates-dev/5.5/">DLTK 5.5</a></li>
+				<li>September, 2016 - <a href="http://download.eclipse.org/technology/dltk/updates-dev/5.6/">DLTK 5.6</a></li>
+			</ul>
+			<ul>
+				<li>June, 2016 - <a href="http://download.eclipse.org/technology/dltk/updates-dev/5.5/">DLTK 5.5</a><b> - DONE</b></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>
diff --git a/install.php b/install.php
index 6a6af65..aab717c 100755
--- a/install.php
+++ b/install.php
@@ -1,4 +1,4 @@
-<?php
+co<?php
 require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
 require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
 require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");
@@ -25,14 +25,14 @@
 <ul>
 	<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.4/</tt> - 5.4 release</li>
+			<li><tt>http://download.eclipse.org/releases/neon/</tt> - if using Eclipse 4.6 / Neon this update site is already listed in Eclipse as 'Neon Update site'</li>
+			<li><tt>http://download.eclipse.org/technology/dltk/updates-dev/5.5/</tt> - 5.5 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.5/</tt> - 5.5 nightly</li>
+			<li><tt>http://download.eclipse.org/technology/dltk/updates-dev/5.6/</tt> - 5.6 nightly</li>
 			<li><tt>http://download.eclipse.org/technology/dltk/updates-dev/latest-nightly/</tt> - latest nightly</li>
 		</ul>
 	</li>