diff --git a/build.xml b/build.xml
index 6673c7464ecd3f9e860dc916b2625c936bc77a17..a43fcff99189b7f2951143aa309f203c7f491e14 100644
--- a/build.xml
+++ b/build.xml
@@ -384,7 +384,7 @@
   <!-- tested -->
   <target name="cleantest" depends="bind" description="Clean up test directory">
     <echo message="Cleaning tests..."/>
-    <delete includeemptydirs="true">
+    <delete includeemptydirs="true" failonerror="false">
       <fileset dir="test/classes" includes="**/*.class"/>
       <fileset dir="test/output" includes="**/*.*"/>
       <fileset dir="test/html" includes="**"/>
diff --git a/html/relnotes.html b/html/relnotes.html
index cffae02eafde449608cb78bb3cc6c001b5cee829..ba84897ec43a9d75f65dd3c38801f22274b18471 100644
--- a/html/relnotes.html
+++ b/html/relnotes.html
@@ -63,7 +63,7 @@ with a warning:
 
 <!--h2>Version 4.10 (2xxx): ??/??/201X - Pumpkin risotto</h2-->
 
-<h2>Version 4.9 (2158): 19/07/2017 - Letraset</h2>
+<h2>Version 4.9 (2159): 19/07/2017 - Letraset</h2>
 
 <p><ul compact="1">
 <li><span style="color: red;">Suppressed</span> empty constructor in <tt>DBServiceImpl</tt> (serv)</li>