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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h
index bb1a3281b..9ececfe77 100644
--- a/os/hal/include/hal.h
+++ b/os/hal/include/hal.h
@@ -101,7 +101,7 @@
/**
* @brief HAL version string.
*/
-#define HAL_VERSION "3.0.1"
+#define HAL_VERSION "3.1.0dev"
/**
* @brief HAL version major number.
@@ -111,12 +111,12 @@
/**
* @brief HAL version minor number.
*/
-#define CH_HAL_MINOR 0
+#define CH_HAL_MINOR 1
/**
* @brief HAL version patch number.
*/
-#define CH_HAL_PATCH 1
+#define CH_HAL_PATCH 0
/** @} */
/**