From c711d410d74e915941b7d105543b7f56c97d9859 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 1 Oct 2017 14:18:34 +0000 Subject: Updated version numbers. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10735 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/nil/include/ch.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/nil/include') 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 /** @} */ /** -- cgit v1.2.3