git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@584 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-01-05 15:32:39 +00:00
parent e55a45c9e8
commit 7fb104276e
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
/**
* Kernel version string.
*/
#define CH_KERNEL_VERSION "1.0.0rc1"
#define CH_KERNEL_VERSION "1.1.0unstable"
/**
* Kernel version major number.
@ -43,7 +43,7 @@
/**
* Kernel version minor number.
*/
#define CH_KERNEL_MINOR 0
#define CH_KERNEL_MINOR 1
/**
* Kernel version patch number.

View File

@ -27,7 +27,7 @@
/*
* This file is a template of the system driver functions provided by a port.
* Some of the following functions may be implemented as macros in chcore.h if
* the implementer decides there is an advantage in doing so, as example
* the implementer decides that there is an advantage in doing so, as example
* because performance concerns.
*/