Updated version number in server and user agent strings

This commit is contained in:
adamdunkels 2008-11-09 12:27:58 +00:00
parent 83155d48f9
commit 80c71c9f03
9 changed files with 31 additions and 100 deletions

View file

@ -13,8 +13,8 @@ extern const char http_crnl[3];
extern const char http_index_html[12];
extern const char http_404_html[10];
extern const char http_referer[9];
extern const char http_header_200[92];
extern const char http_header_404[99];
extern const char http_header_200[88];
extern const char http_header_404[95];
extern const char http_content_type_plain[29];
extern const char http_content_type_html[28];
extern const char http_content_type_css [27];
@ -24,11 +24,10 @@ extern const char http_content_type_gif [28];
extern const char http_content_type_jpg [29];
extern const char http_content_type_binary[43];
extern const char http_html[6];
extern const char http_shtml[7];
extern const char http_htm[5];
extern const char http_css[5];
extern const char http_png[5];
extern const char http_gif[5];
extern const char http_jpg[5];
extern const char http_text[5];
extern const char http_text[6];
extern const char http_txt[5];