Bumped version number

This commit is contained in:
Adam Dunkels 2012-07-12 11:33:12 +02:00
parent 08d854f782
commit a3e56371a5
7 changed files with 16 additions and 16 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[86];
extern const char http_header_404[93];
extern const char http_header_200[85];
extern const char http_header_404[92];
extern const char http_content_type_plain[29];
extern const char http_content_type_html[28];
extern const char http_content_type_css [27];