From 14e10a2e821fdec7eb6f80ed20c7b8e43034da6f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 14 Jul 2019 07:08:28 +0000 Subject: Updated version numbers git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12911 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/include/hal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal') 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 /** @} */ /** -- cgit v1.2.3