aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/ch.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-03-16 16:38:42 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-03-16 16:38:42 +0000
commit0d8eb878378f5e87a369177e9db4ba584e937608 (patch)
treea06169aa6bf3a50a32fb6c125d232c570c0a374a /os/rt/include/ch.h
parentd2228809d1e2232362f6f951bc1667057a5d0b00 (diff)
downloadChibiOS-0d8eb878378f5e87a369177e9db4ba584e937608.tar.gz
ChibiOS-0d8eb878378f5e87a369177e9db4ba584e937608.tar.bz2
ChibiOS-0d8eb878378f5e87a369177e9db4ba584e937608.zip
Updated version numbers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12702 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
Diffstat (limited to 'os/rt/include/ch.h')
-rw-r--r--os/rt/include/ch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h
index 7e7d82a32..de6c939d1 100644
--- a/os/rt/include/ch.h
+++ b/os/rt/include/ch.h
@@ -48,7 +48,7 @@
/**
* @brief Kernel version string.
*/
-#define CH_KERNEL_VERSION "6.0.0"
+#define CH_KERNEL_VERSION "6.0.1"
/**
* @brief Kernel version major number.
@@ -63,7 +63,7 @@
/**
* @brief Kernel version patch number.
*/
-#define CH_KERNEL_PATCH 0
+#define CH_KERNEL_PATCH 1
/** @} */
/**