diff --git a/doc/versions.inc b/doc/versions.inc
index 750b9acd9b..5efafa1261 100644
--- a/doc/versions.inc
+++ b/doc/versions.inc
@@ -110,11 +110,11 @@ $w445= array(
"
);
-$w513= array(
- "num"=>"5.1.3",
+$w514= array(
+ "num"=>"5.1.4",
"status"=>"Development version",
- "file"=>"boinc_5.1.3_windows_intelx86.exe",
- "date"=>"9 September 2005",
+ "file"=>"boinc_5.1.4_windows_intelx86.exe",
+ "date"=>"20 September 2005",
"type"=>win_new(),
"features"=>"
-
@@ -267,10 +267,10 @@ $l443 = array(
);
$l513 = array(
- "num"=>"5.1.3",
+ "num"=>"5.1.4",
"status"=>"Development version",
- "file"=>"boinc_5.1.3_i686-pc-linux-gnu.sh",
- "date"=>"9 September 2005",
+ "file"=>"boinc_5.1.4_i686-pc-linux-gnu.sh",
+ "date"=>"20 September 2005",
"type"=>sea()
);
@@ -302,7 +302,7 @@ $windows = array(
"name"=>"Windows",
"versions"=>array(
$w445,
- $w513,
+ $w514,
$w419
)
);
@@ -321,7 +321,7 @@ $linux = array(
"name"=>"Linux/x86 details",
"versions"=>array(
$l443,
- $l513,
+ $l514,
$l419
)
);