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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/os/license/chversion.h b/os/license/chversion.h
index 91c7d59b1..cac3217f6 100644
--- a/os/license/chversion.h
+++ b/os/license/chversion.h
@@ -42,7 +42,7 @@
/**
* @brief Stable release flag.
*/
-#define CH_VERSION_STABLE 0
+#define CH_VERSION_STABLE 1
/**
* @name ChibiOS version identification
@@ -51,17 +51,17 @@
/**
* @brief ChibiOS version string.
*/
-#define CH_VERSION "0.0.0"
+#define CH_VERSION "19.1.0"
/**
* @brief ChibiOS version release year.
*/
-#define CH_VERSION_YEAR 0
+#define CH_VERSION_YEAR 19
/**
* @brief ChibiOS version release month.
*/
-#define CH_VERSION_MONTH 0
+#define CH_VERSION_MONTH 1
/**
* @brief ChibiOS version patch number.
@@ -71,7 +71,7 @@
/**
* @brief ChibiOS version nickname.
*/
-#define CH_VERSION_NICKNAME "Lasagna"
+#define CH_VERSION_NICKNAME "Vietri"
/** @} */
/*===========================================================================*/