diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-04-23 07:07:48 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-04-23 07:07:48 +0000 |
commit | b72b9a7089f28f4b52db79e4ffebeda74392d9c3 (patch) | |
tree | ede328d810b44b1dc415829be369f01f9e4f0291 /os/hal/include | |
parent | ceba105275ca7d43a7c425f25787423ea3c90c4c (diff) | |
download | ChibiOS-b72b9a7089f28f4b52db79e4ffebeda74392d9c3.tar.gz ChibiOS-b72b9a7089f28f4b52db79e4ffebeda74392d9c3.tar.bz2 ChibiOS-b72b9a7089f28f4b52db79e4ffebeda74392d9c3.zip |
Version numbers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12755 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
Diffstat (limited to 'os/hal/include')
-rw-r--r-- | os/hal/include/hal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index 07b98e34e..ea0ecf405 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -193,7 +193,7 @@ /**
* @brief HAL version string.
*/
-#define HAL_VERSION "7.0.1"
+#define HAL_VERSION "7.0.2"
/**
* @brief HAL version major number.
@@ -208,7 +208,7 @@ /**
* @brief HAL version patch number.
*/
-#define CH_HAL_PATCH 1
+#define CH_HAL_PATCH 2
/** @} */
/**
|