diff --git a/doc/versions.inc b/doc/versions.inc
index d88a2a2fd2..2383793693 100644
--- a/doc/versions.inc
+++ b/doc/versions.inc
@@ -33,6 +33,7 @@ function type_text($type) {
$features_55 = "
New CPU Scheduler.
+ New Work Fetch Policy.
CPU Capability detection.
Revamped logging solution.
Improved security for POSIX compliant systems
@@ -349,11 +350,11 @@ $linux_libs_5512= "
";
-$w5511= array(
- "num"=>"5.5.11",
+$w5513= array(
+ "num"=>"5.5.13",
"status"=>"Development version",
- "file"=>"boinc_5.5.11_windows_intelx86.exe",
- "date"=>"7 Aug 2006",
+ "file"=>"boinc_5.5.13_windows_intelx86.exe",
+ "date"=>"14 Aug 2006",
"type"=>"win_new",
"features"=>"
".$features_55."
@@ -695,7 +696,7 @@ $windows = array(
"name"=>"Windows",
"dbname" => "windows_intelx86",
"versions"=>array(
- $w5511,
+ $w5513,
$w5411,
$w5213,
$w445,