+ bump version from 0.9 beta3 -> 0.9 beta4

pull/9/head
kelson42 15 years ago
parent 8336c22f56
commit 898ce350a6

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

@ -284,7 +284,7 @@ static int accessHandlerCallback(void *cls,
cout << "mimeType: " << mimeType << endl; cout << "mimeType: " << mimeType << endl;
} else { } else {
cout << "Failed to find " << urlStr << endl; 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"; mimeType = "text/html";
httpResponseCode = MHD_HTTP_NOT_FOUND; httpResponseCode = MHD_HTTP_NOT_FOUND;
} }

Loading…
Cancel
Save