Included information about version issues.
diff --git a/examples/amwExamples_script.php b/examples/amwExamples_script.php
index 776a9da..f0a57d2 100644
--- a/examples/amwExamples_script.php
+++ b/examples/amwExamples_script.php
@@ -61,8 +61,7 @@
 			$html2 .= "</li>\n";
 			$html2 .= "</ul>";
 			$html2 .= "<hr class=\"clearer\" />";	
-			$html2 .= "</div>";	
-			
+			$html2 .= "</div>";				
 		}	
 		$html1 .= "</ul>";		
 	}
@@ -72,8 +71,8 @@
 	$html2 .= "<h3>";
 	$html2 .= "Version issues";
 	$html2 .= "</h3>";
-	$html2 .= "The examples in which the weaving models have .ecore extension were developed using the AMW release of January 13th or older.<p/>";
-	$html2 .= "The examples with .amw extension are compatible with the June 30th binary version or the AMW sources.<p/>";	
+	$html2 .= "The examples in which the weaving models have .ecore extension were developed using the AMW release of January 26th or older.<p/>";
+	$html2 .= "The examples with .amw extension are compatible with the July 17th binary version or the AMW sources.<p/>";	
 	$html2 .= "</div>";
 	
 	$html1 .= "<hr class=\"clearer\" />";