diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ch.h b/src/include/ch.h index bbc0c8eb4..80a8a7706 100644 --- a/src/include/ch.h +++ b/src/include/ch.h @@ -35,7 +35,7 @@ /**
* Kernel version string. */
-#define CH_KERNEL_VERSION "1.3.0unstable"
+#define CH_KERNEL_VERSION "1.3.1unstable"
/**
* Kernel version major number. @@ -50,7 +50,7 @@ /**
* Kernel version patch number. */
-#define CH_KERNEL_PATCH 0
+#define CH_KERNEL_PATCH 1
/*
* Common values.
|