Skip to content

Commit

Permalink
Set version v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmykar committed Mar 4, 2023
1 parent 9c2db1b commit 51173a2
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 12 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion examples/avr_misc/avr_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* This file is part of MicroRL - Micro Read Line library for small and embedded devices.
*
* Author: Eugene SAMOYLOV aka Helius <[email protected]>
* Version: 2.4.0
* Version: 2.4.1
*/

#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/example.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This file is part of MicroRL - Micro Read Line library for small and embedded devices.
*
* Author: Eugene SAMOYLOV aka Helius <[email protected]>
* Version: 2.4.0
* Version: 2.4.1
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/example_misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This file is part of MicroRL - Micro Read Line library for small and embedded devices.
*
* Author: Eugene SAMOYLOV aka Helius <[email protected]>
* Version: 2.4.0
* Version: 2.4.1
*/

#ifndef MICRORL_EXAMPLE_MISC_HDR_H
Expand Down
2 changes: 1 addition & 1 deletion examples/microrl_user_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* This file is part of MicroRL - Micro Read Line library for small and embedded devices.
*
* Authors: Dmitry KARASEV <[email protected]>
* Version: 2.4.0
* Version: 2.4.1
*/

#ifndef MICRORL_HDR_USER_CONFIG_H
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32_example/src/stm32_misc/stm32_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* This file is part of MicroRL - Micro Read Line library for small and embedded devices.
*
* Author: Dmitry KARASEV <[email protected]>
* Version: 2.4.0
* Version: 2.4.1
*/

#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/unix_misc/unix_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* This file is part of MicroRL - Micro Read Line library for small and embedded devices.
*
* Author: Eugene SAMOYLOV aka Helius <[email protected]>
* Version: 2.4.0
* Version: 2.4.1
*/

#include <termios.h>
Expand Down
2 changes: 1 addition & 1 deletion src/include/microrl/microrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* Authors: Eugene SAMOYLOV aka Helius <[email protected]>,
* Dmitry KARASEV <[email protected]>
* Version: 2.4.0
* Version: 2.4.1
*/

#ifndef MICRORL_HDR_H
Expand Down
4 changes: 2 additions & 2 deletions src/include/microrl/microrl_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* Authors: Eugene SAMOYLOV aka Helius <[email protected]>,
* Dmitry KARASEV <[email protected]>
* Version: 2.4.0
* Version: 2.4.1
*/

#ifndef MICRORL_HDR_DEFAULT_CONFIG_H
Expand Down Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion src/include/microrl/microrl_user_config_template.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* This file is part of MicroRL - Micro Read Line library for small and embedded devices.
*
* Authors: Dmitry KARASEV <[email protected]>
* Version: 2.4.0
* Version: 2.4.1
*/

#ifndef MICRORL_HDR_USER_CONFIG_H
Expand Down
2 changes: 1 addition & 1 deletion src/microrl/microrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* Authors: Eugene SAMOYLOV aka Helius <[email protected]>,
* Dmitry KARASEV <[email protected]>
* Version: 2.4.0
* Version: 2.4.1
*/

#include <stdint.h>
Expand Down

0 comments on commit 51173a2

Please sign in to comment.