Updated version numbers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@8800 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
8d575751b0
commit
fccbe93884
|
@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL
|
|||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 4.0.1
|
||||
PROJECT_NUMBER = 4.0.2
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
|
|
|
@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL
|
|||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 4.0.1
|
||||
PROJECT_NUMBER = 4.0.2
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
/**
|
||||
* @brief HAL version string.
|
||||
*/
|
||||
#define HAL_VERSION "4.0.1"
|
||||
#define HAL_VERSION "4.0.2"
|
||||
|
||||
/**
|
||||
* @brief HAL version major number.
|
||||
|
@ -118,7 +118,7 @@
|
|||
/**
|
||||
* @brief HAL version patch number.
|
||||
*/
|
||||
#define CH_HAL_PATCH 1
|
||||
#define CH_HAL_PATCH 2
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue