aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-08-21 13:05:18 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-08-21 13:05:18 +0000
commit3caa603df42e9215259d6d2256da1c3911e7d8ae (patch)
tree0df80124d1de38b66e06c6888c987a30b65befcd /os/hal/include
parentf2f3d60519f35608b22b33059eb6bf40b1cca411 (diff)
downloadChibiOS-3caa603df42e9215259d6d2256da1c3911e7d8ae.tar.gz
ChibiOS-3caa603df42e9215259d6d2256da1c3911e7d8ae.tar.bz2
ChibiOS-3caa603df42e9215259d6d2256da1c3911e7d8ae.zip
Fixed bug #632.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8229 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-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 1c6405991..bb1a3281b 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.0"
+#define HAL_VERSION "3.0.1"
/**
* @brief HAL version major number.
@@ -116,7 +116,7 @@
/**
* @brief HAL version patch number.
*/
-#define CH_HAL_PATCH 0
+#define CH_HAL_PATCH 1
/** @} */
/**