From 14e10a2e821fdec7eb6f80ed20c7b8e43034da6f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 14 Jul 2019 07:08:28 +0000 Subject: Updated version numbers git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12911 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/nil/include/ch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/nil') diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h index bfabcd1f0..c08eacba0 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.2.1" +#define CH_KERNEL_VERSION "3.2.2" /** * @brief Kernel version major number. @@ -70,7 +70,7 @@ /** * @brief Kernel version patch number. */ -#define CH_KERNEL_PATCH 1 +#define CH_KERNEL_PATCH 2 /** @} */ /** -- cgit v1.2.3