From 51173a2bc3ed857788cb9424208588fb67ce4f99 Mon Sep 17 00:00:00 2001 From: Dmitry Karasev Date: Sat, 4 Mar 2023 12:08:53 +0300 Subject: [PATCH] Set version v2.4.1 --- CHANGELOG.md | 6 +++++- examples/avr_misc/avr_misc.c | 2 +- examples/example.c | 2 +- examples/example_misc.h | 2 +- examples/microrl_user_config.h | 2 +- examples/stm32_example/src/stm32_misc/stm32_misc.c | 2 +- examples/unix_misc/unix_misc.c | 2 +- src/include/microrl/microrl.h | 2 +- src/include/microrl/microrl_config.h | 4 ++-- src/include/microrl/microrl_user_config_template.h | 2 +- src/microrl/microrl.c | 2 +- 11 files changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9677447..f43ef7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog - ## Develop + + + +## v2.4.1 + 1. Fix compilation error when MICRORL_CFG_USE_ECHO_OFF=0 [#6](https://github.com/dimmykar/microrl-remaster/issues/6) diff --git a/examples/avr_misc/avr_misc.c b/examples/avr_misc/avr_misc.c index 3550c61..e8edb3a 100644 --- a/examples/avr_misc/avr_misc.c +++ b/examples/avr_misc/avr_misc.c @@ -21,7 +21,7 @@ * This file is part of MicroRL - Micro Read Line library for small and embedded devices. * * Author: Eugene SAMOYLOV aka Helius - * Version: 2.4.0 + * Version: 2.4.1 */ #include diff --git a/examples/example.c b/examples/example.c index 26b1ade..0782724 100644 --- a/examples/example.c +++ b/examples/example.c @@ -22,7 +22,7 @@ * This file is part of MicroRL - Micro Read Line library for small and embedded devices. * * Author: Eugene SAMOYLOV aka Helius - * Version: 2.4.0 + * Version: 2.4.1 */ #include diff --git a/examples/example_misc.h b/examples/example_misc.h index b30c393..e2f2c72 100644 --- a/examples/example_misc.h +++ b/examples/example_misc.h @@ -22,7 +22,7 @@ * This file is part of MicroRL - Micro Read Line library for small and embedded devices. * * Author: Eugene SAMOYLOV aka Helius - * Version: 2.4.0 + * Version: 2.4.1 */ #ifndef MICRORL_EXAMPLE_MISC_HDR_H diff --git a/examples/microrl_user_config.h b/examples/microrl_user_config.h index 59df630..28a9dca 100644 --- a/examples/microrl_user_config.h +++ b/examples/microrl_user_config.h @@ -21,7 +21,7 @@ * This file is part of MicroRL - Micro Read Line library for small and embedded devices. * * Authors: Dmitry KARASEV - * Version: 2.4.0 + * Version: 2.4.1 */ #ifndef MICRORL_HDR_USER_CONFIG_H diff --git a/examples/stm32_example/src/stm32_misc/stm32_misc.c b/examples/stm32_example/src/stm32_misc/stm32_misc.c index 2961b2b..5223c30 100644 --- a/examples/stm32_example/src/stm32_misc/stm32_misc.c +++ b/examples/stm32_example/src/stm32_misc/stm32_misc.c @@ -21,7 +21,7 @@ * This file is part of MicroRL - Micro Read Line library for small and embedded devices. * * Author: Dmitry KARASEV - * Version: 2.4.0 + * Version: 2.4.1 */ #include diff --git a/examples/unix_misc/unix_misc.c b/examples/unix_misc/unix_misc.c index 7aa3a55..c679d14 100644 --- a/examples/unix_misc/unix_misc.c +++ b/examples/unix_misc/unix_misc.c @@ -21,7 +21,7 @@ * This file is part of MicroRL - Micro Read Line library for small and embedded devices. * * Author: Eugene SAMOYLOV aka Helius - * Version: 2.4.0 + * Version: 2.4.1 */ #include diff --git a/src/include/microrl/microrl.h b/src/include/microrl/microrl.h index a6c404a..1804897 100644 --- a/src/include/microrl/microrl.h +++ b/src/include/microrl/microrl.h @@ -23,7 +23,7 @@ * * Authors: Eugene SAMOYLOV aka Helius , * Dmitry KARASEV - * Version: 2.4.0 + * Version: 2.4.1 */ #ifndef MICRORL_HDR_H diff --git a/src/include/microrl/microrl_config.h b/src/include/microrl/microrl_config.h index 2e0f19a..c59686c 100644 --- a/src/include/microrl/microrl_config.h +++ b/src/include/microrl/microrl_config.h @@ -23,7 +23,7 @@ * * Authors: Eugene SAMOYLOV aka Helius , * Dmitry KARASEV - * Version: 2.4.0 + * Version: 2.4.1 */ #ifndef MICRORL_HDR_DEFAULT_CONFIG_H @@ -249,7 +249,7 @@ extern "C" { #define MICRORL_VERSION_MAJOR 2 #define MICRORL_VERSION_MINOR 4 -#define MICRORL_VERSION_PATCH 0 +#define MICRORL_VERSION_PATCH 1 #ifdef __cplusplus } diff --git a/src/include/microrl/microrl_user_config_template.h b/src/include/microrl/microrl_user_config_template.h index 144b933..04fb408 100644 --- a/src/include/microrl/microrl_user_config_template.h +++ b/src/include/microrl/microrl_user_config_template.h @@ -21,7 +21,7 @@ * This file is part of MicroRL - Micro Read Line library for small and embedded devices. * * Authors: Dmitry KARASEV - * Version: 2.4.0 + * Version: 2.4.1 */ #ifndef MICRORL_HDR_USER_CONFIG_H diff --git a/src/microrl/microrl.c b/src/microrl/microrl.c index 329bd9d..f2bae15 100644 --- a/src/microrl/microrl.c +++ b/src/microrl/microrl.c @@ -23,7 +23,7 @@ * * Authors: Eugene SAMOYLOV aka Helius , * Dmitry KARASEV - * Version: 2.4.0 + * Version: 2.4.1 */ #include