Version number updated, nickname Erchie.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13446 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-03-18 07:29:08 +00:00
parent af894eecfa
commit 20bc46d0c5
1 changed files with 5 additions and 5 deletions

View File

@ -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 "20.3.0"
/**
* @brief ChibiOS version release year.
*/
#define CH_VERSION_YEAR 0
#define CH_VERSION_YEAR 20
/**
* @brief ChibiOS version release month.
*/
#define CH_VERSION_MONTH 0
#define CH_VERSION_MONTH 3
/**
* @brief ChibiOS version patch number.
@ -71,7 +71,7 @@
/**
* @brief ChibiOS version nickname.
*/
#define CH_VERSION_NICKNAME "Lasagna"
#define CH_VERSION_NICKNAME "Erchie"
/** @} */
/*===========================================================================*/