Bumped version number

This commit is contained in:
adamdunkels 2010-11-02 10:55:32 +00:00
parent 0d1db1a78b
commit 2a885a476d
2 changed files with 4 additions and 4 deletions

View File

@ -30,13 +30,13 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $Id: contiki-version.h,v 1.9 2010/01/29 18:04:54 adamdunkels Exp $ * $Id: contiki-version.h,v 1.10 2010/11/02 10:55:32 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.4" #define CONTIKI_VERSION_STRING "Contiki 2.5"
#endif /* CONTIKI_VERSION_STRING */ #endif /* CONTIKI_VERSION_STRING */
#endif /* __CONTIKI_VERSION__ */ #endif /* __CONTIKI_VERSION__ */

View File

@ -3,7 +3,7 @@
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# Project related configuration options # Project related configuration options
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
PROJECT_NAME = "Contiki 2.4" PROJECT_NAME = "Contiki 2.5"
PROJECT_NUMBER = PROJECT_NUMBER =
OUTPUT_DIRECTORY = . OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = NO CREATE_SUBDIRS = NO
@ -198,7 +198,7 @@ PERL_PATH = /usr/bin/perl
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
CLASS_DIAGRAMS = NO CLASS_DIAGRAMS = NO
HIDE_UNDOC_RELATIONS = YES HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = NO HAVE_DOT = NO
CLASS_GRAPH = NO CLASS_GRAPH = NO
COLLABORATION_GRAPH = NO COLLABORATION_GRAPH = NO
GROUP_GRAPHS = NO GROUP_GRAPHS = NO