Bumped version number

This commit is contained in:
Adam Dunkels 2012-07-12 11:30:05 +02:00
parent 26a87ee9cb
commit dd148e1d12
4 changed files with 11 additions and 11 deletions

View file

@ -14,8 +14,8 @@ extern const char http_index_htm[11];
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];