From b72b9a7089f28f4b52db79e4ffebeda74392d9c3 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 23 Apr 2019 07:07:48 +0000 Subject: Version numbers. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12755 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/license/chversion.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/license') diff --git a/os/license/chversion.h b/os/license/chversion.h index c0e5c2e60..36ff0d94f 100644 --- a/os/license/chversion.h +++ b/os/license/chversion.h @@ -51,7 +51,7 @@ /** * @brief ChibiOS version string. */ -#define CH_VERSION "19.1.1" +#define CH_VERSION "19.1.2" /** * @brief ChibiOS version release year. @@ -66,12 +66,12 @@ /** * @brief ChibiOS version patch number. */ -#define CH_VERSION_PATCH 1 +#define CH_VERSION_PATCH 2 /** * @brief ChibiOS version nickname. */ -#define CH_VERSION_NICKNAME "Tramonti" +#define CH_VERSION_NICKNAME "Minori" /** @} */ /*===========================================================================*/ -- cgit v1.2.3