diff options
Diffstat (limited to 'os/kernel/include/ch.h')
-rw-r--r-- | os/kernel/include/ch.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/os/kernel/include/ch.h b/os/kernel/include/ch.h index ecac6f3f7..4e35936ae 100644 --- a/os/kernel/include/ch.h +++ b/os/kernel/include/ch.h @@ -35,7 +35,7 @@ /**
* Kernel version string. */
-#define CH_KERNEL_VERSION "1.3.8unstable"
+#define CH_KERNEL_VERSION "1.5.0unstable"
/**
* Kernel version major number. @@ -45,12 +45,12 @@ /**
* Kernel version minor number. */
-#define CH_KERNEL_MINOR 3
+#define CH_KERNEL_MINOR 5
/**
* Kernel version patch number. */
-#define CH_KERNEL_PATCH 8
+#define CH_KERNEL_PATCH 0
/*
* Common values.
@@ -62,10 +62,10 @@ #define TRUE (!FALSE)
#endif
-#include <chconf.h>
-#include <chtypes.h>
+#include "chconf.h"
+#include "chtypes.h"
#include "lists.h"
-#include <chcore.h>
+#include "chcore.h"
#include "sys.h"
#include "vt.h"
#include "scheduler.h"
|