From 898ce350a65bbac355e8a3615259bd30517eed2e Mon Sep 17 00:00:00 2001 From: kelson42 Date: Tue, 4 Oct 2011 06:50:21 +0000 Subject: [PATCH] + bump version from 0.9 beta3 -> 0.9 beta4 --- src/macosx/Info.plist | 2 +- src/server/kiwix-serve.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/macosx/Info.plist b/src/macosx/Info.plist index aba7e17..5346e7e 100644 --- a/src/macosx/Info.plist +++ b/src/macosx/Info.plist @@ -5,7 +5,7 @@ CFBundleExecutable xulrunner CFBundleGetInfoString - 0.9 beta3 + 0.9 beta4 CFBundleIconFile kiwix.icns CFBundleIdentifier diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index b43b28e..b2f0d66 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -284,7 +284,7 @@ static int accessHandlerCallback(void *cls, cout << "mimeType: " << mimeType << endl; } else { cout << "Failed to find " << urlStr << endl; - content = "

Not Found

The requested URL " + urlStr + "was not found on this server.

" ; + content = "

Not Found

The requested URL " + urlStr + " was not found on this server.

" ; mimeType = "text/html"; httpResponseCode = MHD_HTTP_NOT_FOUND; }