aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/ch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/ch.h b/src/include/ch.h
index 6ac7a4cbb..94dcf8fa0 100644
--- a/src/include/ch.h
+++ b/src/include/ch.h
@@ -35,7 +35,7 @@
/**
* Kernel version string.
*/
-#define CH_KERNEL_VERSION "1.1.3unstable"
+#define CH_KERNEL_VERSION "1.2.0"
/**
* Kernel version major number.
@@ -45,12 +45,12 @@
/**
* Kernel version minor number.
*/
-#define CH_KERNEL_MINOR 1
+#define CH_KERNEL_MINOR 2
/**
* Kernel version patch number.
*/
-#define CH_KERNEL_PATCH 3
+#define CH_KERNEL_PATCH 0
/*
* Common values.