mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 03:52:35 -04:00
+ bump version from 0.9 beta3 -> 0.9 beta4
This commit is contained in:
parent
8336c22f56
commit
898ce350a6
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user