aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-04-06 09:29:12 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-04-06 09:29:12 +0000
commit1f34d712d6bad7d0513ca4bbe8cbcae8236040ea (patch)
tree4e50fe52de8bad4b3125a1f81abf65837e00de44 /os/rt/include
parent9ec03852f22d65f77e4d6a93a81f726d43552c5c (diff)
downloadChibiOS-1f34d712d6bad7d0513ca4bbe8cbcae8236040ea.tar.gz
ChibiOS-1f34d712d6bad7d0513ca4bbe8cbcae8236040ea.tar.bz2
ChibiOS-1f34d712d6bad7d0513ca4bbe8cbcae8236040ea.zip
Updated version numbers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7859 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include')
-rw-r--r--os/rt/include/ch.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h
index f6e5481d0..8f5d0a1c4 100644
--- a/os/rt/include/ch.h
+++ b/os/rt/include/ch.h
@@ -37,15 +37,20 @@
#define _CHIBIOS_RT_
/**
- * @brief Kernel version string.
+ * @brief Stable release flag.
*/
-#define CH_KERNEL_VERSION "3.0.0dev"
+#define CH_KERNEL_STABLE 0
/**
- * @name Kernel version
+ * @name ChibiOS/RT version identification
* @{
*/
/**
+ * @brief Kernel version string.
+ */
+#define CH_KERNEL_VERSION "3.0.0p1"
+
+/**
* @brief Kernel version major number.
*/
#define CH_KERNEL_MAJOR 3