From 3cef1046c9ce16eeb1b8c8cc1740fa09af248a3d Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 9 Jul 2008 23:04:43 +0000 Subject: [PATCH] 2.1 -> 2.2 --- 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 2453c7232..192cfe290 100644 --- a/core/contiki-version.h +++ b/core/contiki-version.h @@ -30,13 +30,13 @@ * * Author: Adam Dunkels * - * $Id: contiki-version.h,v 1.3 2007/11/28 23:04:55 adamdunkels Exp $ + * $Id: contiki-version.h,v 1.4 2008/07/09 23:04:43 adamdunkels Exp $ */ #ifndef __CONTIKI_VERSION__ #define __CONTIKI_VERSION__ #ifndef CONTIKI_VERSION_STRING -#define CONTIKI_VERSION_STRING "Contiki 2.1" +#define CONTIKI_VERSION_STRING "Contiki 2.2" #endif /* CONTIKI_VERSION_STRING */ #endif /* __CONTIKI_VERSION__ */ diff --git a/doc/Doxyfile b/doc/Doxyfile index 677bcff60..e80ade1ca 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -3,7 +3,7 @@ #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- -PROJECT_NAME = "Contiki 2.x" +PROJECT_NAME = "Contiki 2.2" PROJECT_NUMBER = OUTPUT_DIRECTORY = . CREATE_SUBDIRS = NO