+ bump version from 0.9 beta3 -> 0.9 beta4

This commit is contained in:
kelson42 2011-10-04 06:50:21 +00:00
parent 8336c22f56
commit 898ce350a6
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<key>CFBundleExecutable</key>
<string>xulrunner</string>
<key>CFBundleGetInfoString</key>
<string>0.9 beta3</string>
<string>0.9 beta4</string>
<key>CFBundleIconFile</key>
<string>kiwix.icns</string>
<key>CFBundleIdentifier</key>

View File

@ -284,7 +284,7 @@ static int accessHandlerCallback(void *cls,
cout << "mimeType: " << mimeType << endl;
} else {
cout << "Failed to find " << urlStr << endl;
content = "<h1>Not Found</h1><p>The requested URL " + urlStr + "was not found on this server.</p>" ;
content = "<h1>Not Found</h1><p>The requested URL " + urlStr + " was not found on this server.</p>" ;
mimeType = "text/html";
httpResponseCode = MHD_HTTP_NOT_FOUND;
}