diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-20 15:23:50 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-20 15:23:50 +0000 |
commit | c14f479548ba23f4316ca59243d1cd9be5aa9b2a (patch) | |
tree | 28e23567030c65e78f0e6d5ea3a94b1798111065 /os | |
parent | 5397ae347acc6d302b68bbdc10ec2d9e70892513 (diff) | |
download | ChibiOS-c14f479548ba23f4316ca59243d1cd9be5aa9b2a.tar.gz ChibiOS-c14f479548ba23f4316ca59243d1cd9be5aa9b2a.tar.bz2 ChibiOS-c14f479548ba23f4316ca59243d1cd9be5aa9b2a.zip |
Updated version numbers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12565 110e8d01-0319-4d1e-a829-52ad28d1bb01
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.
|