mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
-> 2.3
This commit is contained in:
parent
912aba7280
commit
1c18bf4053
@ -30,13 +30,13 @@
|
||||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: contiki-version.h,v 1.7 2009/03/24 14:09:22 adamdunkels Exp $
|
||||
* $Id: contiki-version.h,v 1.8 2009/06/22 20:40:43 adamdunkels Exp $
|
||||
*/
|
||||
#ifndef __CONTIKI_VERSION__
|
||||
#define __CONTIKI_VERSION__
|
||||
|
||||
#ifndef CONTIKI_VERSION_STRING
|
||||
#define CONTIKI_VERSION_STRING "Contiki 2.2.3"
|
||||
#define CONTIKI_VERSION_STRING "Contiki 2.3"
|
||||
#endif /* CONTIKI_VERSION_STRING */
|
||||
|
||||
#endif /* __CONTIKI_VERSION__ */
|
||||
|
@ -3,7 +3,7 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Project related configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
PROJECT_NAME = "Contiki 2.2.3"
|
||||
PROJECT_NAME = "Contiki 2.3"
|
||||
PROJECT_NUMBER =
|
||||
OUTPUT_DIRECTORY = .
|
||||
CREATE_SUBDIRS = NO
|
||||
|
Loading…
Reference in New Issue
Block a user