Updated version numbers.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_17.6.x@10734 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-10-01 14:18:27 +00:00
parent 68f2b43e97
commit 693b1beaaf
3 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 5.1.0 PROJECT_NUMBER = 5.1.1
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # for a project that appears at the top of each page and should give viewer a

View File

@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 5.1.0 PROJECT_NUMBER = 5.1.1
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # for a project that appears at the top of each page and should give viewer a

View File

@ -181,7 +181,7 @@
/** /**
* @brief HAL version string. * @brief HAL version string.
*/ */
#define HAL_VERSION "5.1.0" #define HAL_VERSION "5.1.1"
/** /**
* @brief HAL version major number. * @brief HAL version major number.
@ -196,7 +196,7 @@
/** /**
* @brief HAL version patch number. * @brief HAL version patch number.
*/ */
#define CH_HAL_PATCH 0 #define CH_HAL_PATCH 1
/** @} */ /** @} */
/** /**