aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-12-31 17:52:36 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-12-31 17:52:36 +0000
commit21e1c11d932b5b2d8ecef3bbe9f3cbbc0c85842c (patch)
tree62241989a42796e669691f37e0828f3e23749fb3 /os
parent225e0e0e8fd6cae1174ef726609200784a0394e5 (diff)
downloadChibiOS-21e1c11d932b5b2d8ecef3bbe9f3cbbc0c85842c.tar.gz
ChibiOS-21e1c11d932b5b2d8ecef3bbe9f3cbbc0c85842c.tar.bz2
ChibiOS-21e1c11d932b5b2d8ecef3bbe9f3cbbc0c85842c.zip
Fixed version number.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12518 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os')
-rw-r--r--os/nil/include/ch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h
index d46664bc3..592c4d89e 100644
--- a/os/nil/include/ch.h
+++ b/os/nil/include/ch.h
@@ -55,7 +55,7 @@
/**
* @brief Kernel version string.
*/
-#define CH_KERNEL_VERSION "3.1.1"
+#define CH_KERNEL_VERSION "3.1.0"
/**
* @brief Kernel version major number.
@@ -70,7 +70,7 @@
/**
* @brief Kernel version patch number.
*/
-#define CH_KERNEL_PATCH 1
+#define CH_KERNEL_PATCH 0
/** @} */
/**