git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.2.x@2651 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
223222d222
commit
1f64f68d85
|
@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT
|
|||
# This could be handy for archiving the generated documentation or
|
||||
# if some version control system is used.
|
||||
|
||||
PROJECT_NUMBER = 2.1.8
|
||||
PROJECT_NUMBER = 2.2.0
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||
# base path where the generated documentation will be put.
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
/**
|
||||
* @brief Kernel version string.
|
||||
*/
|
||||
#define CH_KERNEL_VERSION "2.1.8unstable"
|
||||
#define CH_KERNEL_VERSION "2.2.0"
|
||||
|
||||
/**
|
||||
* @brief Kernel version major number.
|
||||
|
@ -49,12 +49,12 @@
|
|||
/**
|
||||
* @brief Kernel version minor number.
|
||||
*/
|
||||
#define CH_KERNEL_MINOR 1
|
||||
#define CH_KERNEL_MINOR 2
|
||||
|
||||
/**
|
||||
* @brief Kernel version patch number.
|
||||
*/
|
||||
#define CH_KERNEL_PATCH 8
|
||||
#define CH_KERNEL_PATCH 0
|
||||
|
||||
/*
|
||||
* Common values.
|
||||
|
|
1923
readme.txt
1923
readme.txt
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue