aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/nil/include/nil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/nil/include/nil.h b/os/nil/include/nil.h
index 0ed960588..a9ceab985 100644
--- a/os/nil/include/nil.h
+++ b/os/nil/include/nil.h
@@ -46,10 +46,10 @@ typedef struct nil_thread thread_t;
*/
#define _NIL_ /**< @brief Nil RTOS identification.*/
-#define CH_KERNEL_VERSION "0.1.0alpha"
+#define CH_KERNEL_VERSION "1.0.0dev"
-#define CH_KERNEL_MAJOR 0
-#define CH_KERNEL_MINOR 1
+#define CH_KERNEL_MAJOR 1
+#define CH_KERNEL_MINOR 0
#define CH_KERNEL_PATCH 0
/** @} */