diff --git a/doc/full_rm/Doxyfile_html b/doc/full_rm/Doxyfile_html
index 3f6694b16..97219c6d9 100644
--- a/doc/full_rm/Doxyfile_html
+++ b/doc/full_rm/Doxyfile_html
@@ -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
diff --git a/doc/hal-stm32f3/Doxyfile_html b/doc/hal-stm32f3/Doxyfile_html
index 299065b41..bd5e7e245 100644
--- a/doc/hal-stm32f3/Doxyfile_html
+++ b/doc/hal-stm32f3/Doxyfile_html
@@ -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
diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm
index ee83d9c09..11d53d3a1 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 = 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
diff --git a/doc/hal/Doxyfile_html b/doc/hal/Doxyfile_html
index 28dcaf1d1..7cd805f3a 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 = 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
diff --git a/doc/rt/Doxyfile_chm b/doc/rt/Doxyfile_chm
index 88356f743..db8cfcc0c 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 = 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
diff --git a/doc/rt/Doxyfile_html b/doc/rt/Doxyfile_html
index dbfc22138..98d9ea2e9 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 = 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
diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h
index ab2d6d902..913da1104 100644
--- a/os/hal/include/hal.h
+++ b/os/hal/include/hal.h
@@ -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
/** @} */
/**
diff --git a/os/license/chversion.h b/os/license/chversion.h
index 8deb0b3db..201214a2e 100644
--- a/os/license/chversion.h
+++ b/os/license/chversion.h
@@ -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"
/** @} */
/*===========================================================================*/
diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h
index 190b315fb..e99ad7bf4 100644
--- a/os/nil/include/ch.h
+++ b/os/nil/include/ch.h
@@ -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
/** @} */
/**
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h
index cf7a13396..dc585f711 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 "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
/** @} */
/**