aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ch.h')
-rw-r--r--src/include/ch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ch.h b/src/include/ch.h
index 82348a044..82766c786 100644
--- a/src/include/ch.h
+++ b/src/include/ch.h
@@ -33,7 +33,7 @@
/**
* Kernel version string.
*/
-#define CH_KERNEL_VERSION "1.0.0rc1"
+#define CH_KERNEL_VERSION "1.1.0unstable"
/**
* Kernel version major number.
@@ -43,7 +43,7 @@
/**
* Kernel version minor number.
*/
-#define CH_KERNEL_MINOR 0
+#define CH_KERNEL_MINOR 1
/**
* Kernel version patch number.