NIL version number.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14838 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-09-26 16:54:00 +00:00
parent 98399dc459
commit 11cf4acb71
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
/**
* @brief Kernel version string.
*/
#define CH_KERNEL_VERSION "4.1.0"
#define CH_KERNEL_VERSION "4.1.1"
/**
* @brief Kernel version major number.
@ -68,7 +68,7 @@
/**
* @brief Kernel version patch number.
*/
#define CH_KERNEL_PATCH 0
#define CH_KERNEL_PATCH 1
/** @} */
/**