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 36ff0d94f..5ae1daa76 100644
--- a/os/license/chversion.h
+++ b/os/license/chversion.h
@@ -51,7 +51,7 @@
/**
* @brief ChibiOS version string.
*/
-#define CH_VERSION "19.1.2"
+#define CH_VERSION "19.1.3"
/**
* @brief ChibiOS version release year.
@@ -66,12 +66,12 @@
/**
* @brief ChibiOS version patch number.
*/
-#define CH_VERSION_PATCH 2
+#define CH_VERSION_PATCH 3
/**
* @brief ChibiOS version nickname.
*/
-#define CH_VERSION_NICKNAME "Minori"
+#define CH_VERSION_NICKNAME "Maiori"
/** @} */
/*===========================================================================*/