aboutsummaryrefslogtreecommitdiffstats
path: root/os/license/chversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/license/chversion.h')
-rw-r--r--os/license/chversion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/license/chversion.h b/os/license/chversion.h
index c0e5c2e60..36ff0d94f 100644
--- a/os/license/chversion.h
+++ b/os/license/chversion.h
@@ -51,7 +51,7 @@
/**
* @brief ChibiOS version string.
*/
-#define CH_VERSION "19.1.1"
+#define CH_VERSION "19.1.2"
/**
* @brief ChibiOS version release year.
@@ -66,12 +66,12 @@
/**
* @brief ChibiOS version patch number.
*/
-#define CH_VERSION_PATCH 1
+#define CH_VERSION_PATCH 2
/**
* @brief ChibiOS version nickname.
*/
-#define CH_VERSION_NICKNAME "Tramonti"
+#define CH_VERSION_NICKNAME "Minori"
/** @} */
/*===========================================================================*/