diff --git a/doc/Download.html b/doc/Download.html
index f74ff5055..6ff6b7925 100644
--- a/doc/Download.html
+++ b/doc/Download.html
@@ -65,14 +65,14 @@ You can download the Java
Latest Release:
-The latest YaCy release version is 0.44
+The latest YaCy release version is 0.45
Nightly builds from compiles out of SVN can be obtained from http://devbin.yacy-forum.de/.
Main releases of YaCy are hosted on yacy.net, yacy@BerliOS.de and yacy@freshmeat.net.
Download Mirrors and YaCy Flavours:
- Generic release of YaCy (all platforms with J2SE 1.4.2: Linux, Mac OS X, Windows, Solaris):
- Windows-flavour release of YaCy (same code as generic release, but with convenient Windows-Installer):
diff --git a/doc/News.html b/doc/News.html
index 95f3dcf05..626c3433c 100644
--- a/doc/News.html
+++ b/doc/News.html
@@ -84,8 +84,7 @@ globalheader();
-->
-
v0.45_2006042x_2xxx
-
+
v0.45_20060501_2046
- Enhanced Search Functions
- Re-designed search page: this shows now a simplified page without the left navigation column. The column is only shown if the user is logged-in.
diff --git a/startYACY.command b/startYACY.command
index 0b3b7f597..e1bbdc7a8 100755
--- a/startYACY.command
+++ b/startYACY.command
@@ -1,4 +1,4 @@
-?cd `dirname $0`
+cd `dirname $0`
./startYACY.sh &
echo "****************** YaCy Web Crawler/Indexer & Search Engine *******************"
echo "**** (C) by Michael Peter Christen, usage granted under the GPL Version 2 ****"