diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/nil/include/ch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h index 592c4d89e..835faa1fd 100644 --- a/os/nil/include/ch.h +++ b/os/nil/include/ch.h @@ -55,7 +55,7 @@ /**
* @brief Kernel version string.
*/
-#define CH_KERNEL_VERSION "3.1.0"
+#define CH_KERNEL_VERSION "3.2.0"
/**
* @brief Kernel version major number.
@@ -65,7 +65,7 @@ /**
* @brief Kernel version minor number.
*/
-#define CH_KERNEL_MINOR 1
+#define CH_KERNEL_MINOR 2
/**
* @brief Kernel version patch number.
|