Updated Contiki version in HTTP user agent string
diff --git a/contiki-avr/apps/http-user-agent-string b/contiki-avr/apps/http-user-agent-string
index 3b5fc0b..f44e3a7 100644
--- a/contiki-avr/apps/http-user-agent-string
+++ b/contiki-avr/apps/http-user-agent-string
@@ -1 +1 @@
-http_user_agent_fields "Connection: close\r\nUser-Agent: Contiki/1.1-rc0 (Atmel AVR Atmega128; http://dunkels.com/adam/contiki/)\r\n\r\n"
+http_user_agent_fields "Connection: close\r\nUser-Agent: Contiki/1.2-devel0 (Atmel AVR Atmega128; http://www.sics.se/~adam/contiki/)\r\n\r\n"
diff --git a/contiki-avr/apps/http-user-agent-string.c b/contiki-avr/apps/http-user-agent-string.c
index 6d135a2..bc8f7d3 100644
--- a/contiki-avr/apps/http-user-agent-string.c
+++ b/contiki-avr/apps/http-user-agent-string.c
@@ -1,3 +1,3 @@
-char http_user_agent_fields[107] = 
-/* "Connection: close\r\nUser-Agent: Contiki/1.1-rc0 (Atmel AVR Atmega128; http://dunkels.com/adam/contiki/)\r\n\r\n" */
-{0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0xd, 0xa, 0x55, 0x73, 0x65, 0x72, 0x2d, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x3a, 0x20, 0x43, 0x6f, 0x6e, 0x74, 0x69, 0x6b, 0x69, 0x2f, 0x31, 0x2e, 0x31, 0x2d, 0x72, 0x63, 0x30, 0x20, 0x28, 0x41, 0x74, 0x6d, 0x65, 0x6c, 0x20, 0x41, 0x56, 0x52, 0x20, 0x41, 0x74, 0x6d, 0x65, 0x67, 0x61, 0x31, 0x32, 0x38, 0x3b, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x64, 0x75, 0x6e, 0x6b, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x61, 0x64, 0x61, 0x6d, 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6b, 0x69, 0x2f, 0x29, 0xd, 0xa, 0xd, 0xa, };
+char http_user_agent_fields[111] = 
+/* "Connection: close\r\nUser-Agent: Contiki/1.2-devel0 (Atmel AVR Atmega128; http://www.sics.se/~adam/contiki/)\r\n\r\n" */
+{0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0xd, 0xa, 0x55, 0x73, 0x65, 0x72, 0x2d, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x3a, 0x20, 0x43, 0x6f, 0x6e, 0x74, 0x69, 0x6b, 0x69, 0x2f, 0x31, 0x2e, 0x32, 0x2d, 0x64, 0x65, 0x76, 0x65, 0x6c, 0x30, 0x20, 0x28, 0x41, 0x74, 0x6d, 0x65, 0x6c, 0x20, 0x41, 0x56, 0x52, 0x20, 0x41, 0x74, 0x6d, 0x65, 0x67, 0x61, 0x31, 0x32, 0x38, 0x3b, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x73, 0x69, 0x63, 0x73, 0x2e, 0x73, 0x65, 0x2f, 0x7e, 0x61, 0x64, 0x61, 0x6d, 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6b, 0x69, 0x2f, 0x29, 0xd, 0xa, 0xd, 0xa, };
diff --git a/contiki-avr/apps/http-user-agent-string.h b/contiki-avr/apps/http-user-agent-string.h
index 5e36468..077b525 100644
--- a/contiki-avr/apps/http-user-agent-string.h
+++ b/contiki-avr/apps/http-user-agent-string.h
@@ -1 +1 @@
-extern char http_user_agent_fields[107];
+extern char http_user_agent_fields[111];