Updated version.
diff --git a/contiki/apps/http-strings b/contiki/apps/http-strings
index 4e6cd83..d77c32f 100644
--- a/contiki/apps/http-strings
+++ b/contiki/apps/http-strings
@@ -13,8 +13,8 @@
 http_index_html "/index.html"
 http_404_html "/404.html"
 http_referer "Referer:"
-http_header_200 "HTTP/1.0 200 OK\r\nServer: Contiki/1.2-devel1 http://www.sics.se/~adam/contiki/\r\nConnection: close\r\n"
-http_header_404 "HTTP/1.0 404 Not found\r\nServer: Contiki/1.2-devel1 http://www.sics.se/~adam/contiki/\r\nConnection: close\r\n"
+http_header_200 "HTTP/1.0 200 OK\r\nServer: Contiki/1.2 http://www.sics.se/~adam/contiki/\r\nConnection: close\r\n"
+http_header_404 "HTTP/1.0 404 Not found\r\nServer: Contiki/1.2 http://www.sics.se/~adam/contiki/\r\nConnection: close\r\n"
 http_content_type_plain "Content-type: text/plain\r\n\r\n"
 http_content_type_html "Content-type: text/html\r\n\r\n"
 http_content_type_css  "Content-type: text/css\r\n\r\n"