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:
gdisirio 2011-01-30 09:58:07 +00:00
parent 472f462937
commit ae9a53c802
3 changed files with 6 additions and 4 deletions

View File

@ -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.3.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View File

@ -39,7 +39,7 @@
/**
* @brief Kernel version string.
*/
#define CH_KERNEL_VERSION "2.1.8unstable"
#define CH_KERNEL_VERSION "2.3.0unstable"
/**
* @brief Kernel version major number.
@ -49,12 +49,12 @@
/**
* @brief Kernel version minor number.
*/
#define CH_KERNEL_MINOR 1
#define CH_KERNEL_MINOR 3
/**
* @brief Kernel version patch number.
*/
#define CH_KERNEL_PATCH 8
#define CH_KERNEL_PATCH 0
/*
* Common values.

View File

@ -68,6 +68,8 @@
*** Releases ***
*****************************************************************************
*** 2.3.0 ***
*** 2.1.8 ***
- FIX: Fixed error in STM32 ADC driver macro names (bug 3160306)(backported
to 2.0.11).