Skip to content

Commit

Permalink
-> 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdunkels committed Jun 22, 2009
1 parent 912aba7 commit 1c18bf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/contiki-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
*
* Author: Adam Dunkels <[email protected]>
*
* $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__ */
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c18bf4

Please sign in to comment.