Just bumped up global version string from '1.2' to '1.3' as theese are likely the last changes in the contiki 1.x module anyway.
diff --git a/contiki/ek/contiki-version.h b/contiki/ek/contiki-version.h
index 88003e7..f739f97 100644
--- a/contiki/ek/contiki-version.h
+++ b/contiki/ek/contiki-version.h
@@ -30,13 +30,13 @@
  * 
  * Author: Adam Dunkels <adam@sics.se>
  *
- * $Id: contiki-version.h,v 1.5 2005/05/16 21:59:38 oliverschmidt Exp $
+ * $Id: contiki-version.h,v 1.6 2006/05/30 21:04:47 oliverschmidt Exp $
  */
 #ifndef __CONTIKI_VERSION__
 #define __CONTIKI_VERSION__
 
 #ifndef CONTIKI_VERSION_STRING
-#define CONTIKI_VERSION_STRING "Contiki 1.2"
+#define CONTIKI_VERSION_STRING "Contiki 1.3"
 #endif /* CONTIKI_VERSION_STRING */
 
 #endif /* __CONTIKI_VERSION__ */