From 1c18bf4053db5b69258296c7678c3ca3b42dae6f Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 22 Jun 2009 20:40:43 +0000 Subject: [PATCH] -> 2.3 --- core/contiki-version.h | 4 ++-- doc/Doxyfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/contiki-version.h b/core/contiki-version.h index efa3964a6..c5a69a11c 100644 --- a/core/contiki-version.h +++ b/core/contiki-version.h @@ -30,13 +30,13 @@ * * Author: Adam Dunkels * - * $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__ */ diff --git a/doc/Doxyfile b/doc/Doxyfile index a1f897f43..e05739395 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -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