TCF 1.6 binaries changed to version 1.6.1 instead of 1.6.0

Version 1.6.0 had 1.5.0 or older version numbers in plugin names.
Idea was to keep old version number if the code not changed.
This was confusing. Now everything is renamed to 1.6.1.
diff --git a/downloads.php b/downloads.php
index e5fc568..ec6952c 100755
--- a/downloads.php
+++ b/downloads.php
@@ -22,8 +22,8 @@
 <h2>TCF 1.6 (Photon)</h2>
 <p>Compatible with Eclipse 3.8.2 and later. See the <a href="https://wiki.eclipse.org/TCF/NewIn16">New &amp; Noteworthy</a> (released 27-Jun-2018).</p>
 <ul>
-  <li>p2 software repository: <a href="http://download.eclipse.org/tools/tcf/releases/1.6/1.6.0">http://download.eclipse.org/tools/tcf/releases/1.6/1.6.0</a>
-  <li>Zipped Repo: <a href="/downloads/download.php?file=/tools/tcf/releases/1.6/1.6.0/org.eclipse.tcf-1.6.0.zip">org.eclipse.tcf-1.6.0.zip</a> (10 MiB)
+  <li>p2 software repository: <a href="http://download.eclipse.org/tools/tcf/releases/1.6/1.6.1">http://download.eclipse.org/tools/tcf/releases/1.6/1.6.1</a>
+  <li>Zipped Repo: <a href="/downloads/download.php?file=/tools/tcf/releases/1.6/1.6.1/org.eclipse.tcf-1.6.1.zip">org.eclipse.tcf-1.6.1.zip</a> (10 MiB)
   <li>TCF Agent source code: <a href="http://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git?h=1.6">http://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git?h=1.6</a>
 </ul>