Version 2.2.0 released, trunk version number is 2.3.0 now.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2692 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
472f462937
commit
ae9a53c802
|
@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 2.1.8
|
PROJECT_NUMBER = 2.3.0
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief Kernel version string.
|
* @brief Kernel version string.
|
||||||
*/
|
*/
|
||||||
#define CH_KERNEL_VERSION "2.1.8unstable"
|
#define CH_KERNEL_VERSION "2.3.0unstable"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Kernel version major number.
|
* @brief Kernel version major number.
|
||||||
|
@ -49,12 +49,12 @@
|
||||||
/**
|
/**
|
||||||
* @brief Kernel version minor number.
|
* @brief Kernel version minor number.
|
||||||
*/
|
*/
|
||||||
#define CH_KERNEL_MINOR 1
|
#define CH_KERNEL_MINOR 3
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Kernel version patch number.
|
* @brief Kernel version patch number.
|
||||||
*/
|
*/
|
||||||
#define CH_KERNEL_PATCH 8
|
#define CH_KERNEL_PATCH 0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Common values.
|
* Common values.
|
||||||
|
|
|
@ -68,6 +68,8 @@
|
||||||
*** Releases ***
|
*** Releases ***
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
|
*** 2.3.0 ***
|
||||||
|
|
||||||
*** 2.1.8 ***
|
*** 2.1.8 ***
|
||||||
- FIX: Fixed error in STM32 ADC driver macro names (bug 3160306)(backported
|
- FIX: Fixed error in STM32 ADC driver macro names (bug 3160306)(backported
|
||||||
to 2.0.11).
|
to 2.0.11).
|
||||||
|
|
Loading…
Reference in New Issue