Updated version numbers.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@14975 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-10-31 09:23:37 +00:00
parent 50a69ed665
commit efceb27f08
10 changed files with 15 additions and 15 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 20.3.3
PROJECT_NUMBER = 20.3.4
# 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 for STM32F3xx"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 7.1.4
PROJECT_NUMBER = 7.1.5
# 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 = 7.1.4
PROJECT_NUMBER = 7.1.5
# 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 = 7.1.4
PROJECT_NUMBER = 7.1.5
# 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 = 6.1.3
PROJECT_NUMBER = 6.1.4
# 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 = 6.1.3
PROJECT_NUMBER = 6.1.4
# 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

@ -199,7 +199,7 @@
/**
* @brief HAL version string.
*/
#define HAL_VERSION "7.1.4"
#define HAL_VERSION "7.1.5"
/**
* @brief HAL version major number.
@ -214,7 +214,7 @@
/**
* @brief HAL version patch number.
*/
#define CH_HAL_PATCH 4
#define CH_HAL_PATCH 5
/** @} */
/**

View File

@ -51,7 +51,7 @@
/**
* @brief ChibiOS version string.
*/
#define CH_VERSION "20.3.3"
#define CH_VERSION "20.3.4"
/**
* @brief ChibiOS version release year.
@ -66,12 +66,12 @@
/**
* @brief ChibiOS version patch number.
*/
#define CH_VERSION_PATCH 3
#define CH_VERSION_PATCH 4
/**
* @brief ChibiOS version nickname.
*/
#define CH_VERSION_NICKNAME "Dragonea"
#define CH_VERSION_NICKNAME "Conca"
/** @} */
/*===========================================================================*/

View File

@ -53,7 +53,7 @@
/**
* @brief Kernel version string.
*/
#define CH_KERNEL_VERSION "4.0.1"
#define CH_KERNEL_VERSION "4.0.2"
/**
* @brief Kernel version major number.
@ -68,7 +68,7 @@
/**
* @brief Kernel version patch number.
*/
#define CH_KERNEL_PATCH 1
#define CH_KERNEL_PATCH 2
/** @} */
/**

View File

@ -48,7 +48,7 @@
/**
* @brief Kernel version string.
*/
#define CH_KERNEL_VERSION "6.1.3"
#define CH_KERNEL_VERSION "6.1.4"
/**
* @brief Kernel version major number.
@ -63,7 +63,7 @@
/**
* @brief Kernel version patch number.
*/
#define CH_KERNEL_PATCH 3
#define CH_KERNEL_PATCH 4
/** @} */
/**