diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-01 14:18:34 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-01 14:18:34 +0000 |
commit | c711d410d74e915941b7d105543b7f56c97d9859 (patch) | |
tree | 407958f5aecfea8958e73cae3ff09c8a212c39fd /os/nil | |
parent | 409d6dccb91545ef128ad7334e0959abbacbe62f (diff) | |
download | ChibiOS-c711d410d74e915941b7d105543b7f56c97d9859.tar.gz ChibiOS-c711d410d74e915941b7d105543b7f56c97d9859.tar.bz2 ChibiOS-c711d410d74e915941b7d105543b7f56c97d9859.zip |
Updated version numbers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10735 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/nil')
-rw-r--r-- | os/nil/include/ch.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h index 0391af16e..d16414402 100644 --- a/os/nil/include/ch.h +++ b/os/nil/include/ch.h @@ -55,12 +55,12 @@ /**
* @brief Kernel version string.
*/
-#define CH_KERNEL_VERSION "2.0.1"
+#define CH_KERNEL_VERSION "3.0.0"
/**
* @brief Kernel version major number.
*/
-#define CH_KERNEL_MAJOR 2
+#define CH_KERNEL_MAJOR 3
/**
* @brief Kernel version minor number.
@@ -70,7 +70,7 @@ /**
* @brief Kernel version patch number.
*/
-#define CH_KERNEL_PATCH 1
+#define CH_KERNEL_PATCH 0
/** @} */
/**
|