aboutsummaryrefslogtreecommitdiffstats
path: root/os/license
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-01-26 11:44:08 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-01-26 11:44:08 +0000
commit88393b2fc6fb51dede1278c9fae38511371de250 (patch)
tree9196a25cfa8a5f9fe9602299e4ed42262edd6166 /os/license
parent6d923d4cce283ec51bab1b64a01d97c897fee78f (diff)
downloadChibiOS-88393b2fc6fb51dede1278c9fae38511371de250.tar.gz
ChibiOS-88393b2fc6fb51dede1278c9fae38511371de250.tar.bz2
ChibiOS-88393b2fc6fb51dede1278c9fae38511371de250.zip
Versions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12595 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/license')
-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"
/** @} */
/*===========================================================================*/