aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/hal.h')
-rw-r--r--os/hal/include/hal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h
index ea0ecf405..6f5bc1f2e 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.2"
+#define HAL_VERSION "7.0.3"
/**
* @brief HAL version major number.
@@ -208,7 +208,7 @@
/**
* @brief HAL version patch number.
*/
-#define CH_HAL_PATCH 2
+#define CH_HAL_PATCH 3
/** @} */
/**