diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm index 08f5f0521..69352af77 100644 --- a/doc/hal/Doxyfile_chm +++ b/doc/hal/Doxyfile_chm @@ -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 diff --git a/doc/hal/Doxyfile_html b/doc/hal/Doxyfile_html index f9cd76f20..8603eb6b8 100644 --- a/doc/hal/Doxyfile_html +++ b/doc/hal/Doxyfile_html @@ -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 diff --git a/doc/nil/Doxyfile_chm b/doc/nil/Doxyfile_chm index 0d80d6aa4..8bf629aa2 100644 --- a/doc/nil/Doxyfile_chm +++ b/doc/nil/Doxyfile_chm @@ -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 diff --git a/doc/nil/Doxyfile_html b/doc/nil/Doxyfile_html index a81fc915d..a8e922da1 100644 --- a/doc/nil/Doxyfile_html +++ b/doc/nil/Doxyfile_html @@ -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 diff --git a/doc/rt/Doxyfile_chm b/doc/rt/Doxyfile_chm index af582582e..104e0a548 100644 --- a/doc/rt/Doxyfile_chm +++ b/doc/rt/Doxyfile_chm @@ -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 diff --git a/doc/rt/Doxyfile_html b/doc/rt/Doxyfile_html index ad8df578e..8498416fc 100644 --- a/doc/rt/Doxyfile_html +++ b/doc/rt/Doxyfile_html @@ -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 diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index 18c6e6103..31f0d4b4c 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -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 /** @} */ /** diff --git a/os/license/chversion.h b/os/license/chversion.h index 3a04ebb60..3f9530b15 100644 --- a/os/license/chversion.h +++ b/os/license/chversion.h @@ -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" /** @} */ /*===========================================================================*/ diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h index 5a3e7f747..cdba79eb2 100644 --- a/os/nil/include/ch.h +++ b/os/nil/include/ch.h @@ -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 /** @} */ /** diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index 696bb99dd..430612792 100644 --- a/os/rt/include/ch.h +++ b/os/rt/include/ch.h @@ -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.*/