Updated version numbers.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_17.6.x@10961 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-11-05 12:06:30 +00:00
parent 0b0943df7e
commit 742957a753
10 changed files with 15 additions and 15 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 5.1.1
PROJECT_NUMBER = 5.1.2
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 5.1.1
PROJECT_NUMBER = 5.1.2
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/NIL
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 2.0.2
PROJECT_NUMBER = 2.0.3
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/NIL
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 2.0.2
PROJECT_NUMBER = 2.0.3
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/RT
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 4.0.2
PROJECT_NUMBER = 4.0.3
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/RT
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 4.0.2
PROJECT_NUMBER = 4.0.3
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -181,7 +181,7 @@
/**
* @brief HAL version string.
*/
#define HAL_VERSION "5.1.1"
#define HAL_VERSION "5.1.2"
/**
* @brief HAL version major number.
@ -196,7 +196,7 @@
/**
* @brief HAL version patch number.
*/
#define CH_HAL_PATCH 1
#define CH_HAL_PATCH 2
/** @} */
/**

View File

@ -49,7 +49,7 @@
/**
* @brief ChibiOS version string.
*/
#define CH_VERSION "17.6.2"
#define CH_VERSION "17.6.3"
/**
* @brief ChibiOS version release year.
@ -64,12 +64,12 @@
/**
* @brief ChibiOS version patch number.
*/
#define CH_VERSION_PATCH 2
#define CH_VERSION_PATCH 3
/**
* @brief ChibiOS version nickname.
*/
#define CH_VERSION_NICKNAME "Allegro"
#define CH_VERSION_NICKNAME "Vivace"
/** @} */
/*===========================================================================*/

View File

@ -55,7 +55,7 @@
/**
* @brief Kernel version string.
*/
#define CH_KERNEL_VERSION "2.0.2"
#define CH_KERNEL_VERSION "2.0.3"
/**
* @brief Kernel version major number.
@ -70,7 +70,7 @@
/**
* @brief Kernel version patch number.
*/
#define CH_KERNEL_PATCH 2
#define CH_KERNEL_PATCH 3
/** @} */
/**

View File

@ -48,7 +48,7 @@
/**
* @brief Kernel version string.
*/
#define CH_KERNEL_VERSION "4.0.2"
#define CH_KERNEL_VERSION "4.0.3"
/**
* @brief Kernel version major number.
@ -63,7 +63,7 @@
/**
* @brief Kernel version patch number.
*/
#define CH_KERNEL_PATCH 2
#define CH_KERNEL_PATCH 3
/** @} */
/* Core headers.*/