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 cac3217f6..c0e5c2e60 100644
--- a/os/license/chversion.h
+++ b/os/license/chversion.h
@@ -51,7 +51,7 @@
/**
* @brief ChibiOS version string.
*/
-#define CH_VERSION "19.1.0"
+#define CH_VERSION "19.1.1"
/**
* @brief ChibiOS version release year.
@@ -66,12 +66,12 @@
/**
* @brief ChibiOS version patch number.
*/
-#define CH_VERSION_PATCH 0
+#define CH_VERSION_PATCH 1
/**
* @brief ChibiOS version nickname.
*/
-#define CH_VERSION_NICKNAME "Vietri"
+#define CH_VERSION_NICKNAME "Tramonti"
/** @} */
/*===========================================================================*/