From 731873b5c1934f0f31f36fe006dff9de081a7b29 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 4 Jul 2015 07:11:43 +0000 Subject: Changed version numbers. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8064 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/hal.h | 2 +- os/nil/include/nil.h | 2 +- os/rt/include/ch.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'os') diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index 9d39e1519..1c6405991 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -101,7 +101,7 @@ /** * @brief HAL version string. */ -#define HAL_VERSION "3.0.0p6" +#define HAL_VERSION "3.0.0" /** * @brief HAL version major number. diff --git a/os/nil/include/nil.h b/os/nil/include/nil.h index 89eb909ea..15850a915 100644 --- a/os/nil/include/nil.h +++ b/os/nil/include/nil.h @@ -61,7 +61,7 @@ typedef struct nil_thread thread_t; /** * @brief Kernel version string. */ -#define CH_KERNEL_VERSION "1.0.0p6" +#define CH_KERNEL_VERSION "1.0.0" /** * @brief Kernel version major number. diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index 073a4e7c4..fdfec3823 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 "3.0.0p6" +#define CH_KERNEL_VERSION "3.0.0" /** * @brief Kernel version major number. -- cgit v1.2.3