Version 2.0

This commit is contained in:
adamdunkels 2007-03-29 23:45:16 +00:00
parent 92e5e7a13c
commit b0e39e22af

View File

@ -30,13 +30,13 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $Id: contiki-version.h,v 1.1 2006/06/17 22:41:15 adamdunkels Exp $ * $Id: contiki-version.h,v 1.2 2007/03/29 23:45:16 adamdunkels Exp $
*/ */
#ifndef __CONTIKI_VERSION__ #ifndef __CONTIKI_VERSION__
#define __CONTIKI_VERSION__ #define __CONTIKI_VERSION__
#ifndef CONTIKI_VERSION_STRING #ifndef CONTIKI_VERSION_STRING
#define CONTIKI_VERSION_STRING "Contiki 2.x" #define CONTIKI_VERSION_STRING "Contiki 2.0"
#endif /* CONTIKI_VERSION_STRING */ #endif /* CONTIKI_VERSION_STRING */
#endif /* __CONTIKI_VERSION__ */ #endif /* __CONTIKI_VERSION__ */