Skip to content

Commit

Permalink
2.1 -> 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdunkels committed Jul 9, 2008
1 parent 8835868 commit 3cef104
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.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__ */
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.x"
PROJECT_NAME = "Contiki 2.2"
PROJECT_NUMBER =
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = NO
Expand Down

0 comments on commit 3cef104

Please sign in to comment.