git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8364 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2015-10-15 15:00:48 +00:00
parent 50c33f3fdb
commit 18d28a2d7b
1 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@
/**
* @brief Kernel version string.
*/
#define CH_KERNEL_VERSION "3.0.3"
#define CH_KERNEL_VERSION "3.1.0"
/**
* @brief Kernel version major number.
@ -58,12 +58,12 @@
/**
* @brief Kernel version minor number.
*/
#define CH_KERNEL_MINOR 0
#define CH_KERNEL_MINOR 1
/**
* @brief Kernel version patch number.
*/
#define CH_KERNEL_PATCH 3
#define CH_KERNEL_PATCH 0
/** @} */
/* Core headers.*/