forked from contiki-os/contiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
adamdunkels
committed
Jun 22, 2009
1 parent
912aba7
commit 1c18bf4
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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__ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters