added a version number to the download page.
diff --git a/downloads.php b/downloads.php
index 66a4471..b819c28 100644
--- a/downloads.php
+++ b/downloads.php
@@ -25,7 +25,7 @@
 	<!-- downloads -->
 		<div class="homeitem3col">
 
-			<p><strong>The current latest version of SWTBot is <? echo preg_replace('/-.*/', '', $helios_dev_version); ?>. Please upgrade if you're on an older version.</strong></p>
+			<p><strong>The current latest version of SWTBot is <? echo preg_replace('/(\d+)\.(\d+)\.(\d+)\..*/', '\1.\2.\3', $helios_dev_version); ?>. Please upgrade if you're on an older version.</strong></p>
 			<p>Be sure to read the <a href="http://download.eclipse.org/technology/swtbot/helios/dev-build/RELEASE_NOTES.txt">Release Notes</a> if you're upgrading.</p>
 			<!-- <h3>Nightly build</h3>
 
@@ -169,4 +169,4 @@
 
 	# Generate the web page
 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
+?>
diff --git a/phpinfo.txt b/phpinfo.txt
deleted file mode 100644
index c9f5eeb..0000000
--- a/phpinfo.txt
+++ /dev/null
@@ -1 +0,0 @@
-<?php phpinfo(); ?>
\ No newline at end of file