Set version 2.2.1

This commit is contained in:
Tilen Majerle 2024-12-30 01:18:54 +01:00
parent 9f5e71482c
commit 16532470a4
12 changed files with 14 additions and 12 deletions

View File

@ -2,7 +2,9 @@
## Develop
- Fix the wrong variable to reduce the size of the region
## v2.2.1
- Fix the wrong variable to reduce the size of the region in case of unaligned address or size
## v2.2.0

View File

@ -1,6 +1,6 @@
{
"name": "LwMEM",
"version": "2.2.0",
"version": "2.2.1",
"description": "Lightweight dynamic memory manager optimized for embedded systems",
"keywords": "lwmem, memory, dynamic, heap, malloc, calloc, realloc, free, lightweight, manager, embedded, stm32, win32",
"repository": {

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v2.2.0
* Version: v2.2.1
*/
#ifndef LWMEM_HDR_H
#define LWMEM_HDR_H

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v2.2.0
* Version: v2.2.1
*/
#ifndef LWMEM_HDR_HPP
#define LWMEM_HDR_HPP

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v2.2.0
* Version: v2.2.1
*/
#ifndef LWMEM_OPT_HDR_H
#define LWMEM_OPT_HDR_H

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v2.2.0
* Version: v2.2.1
*/
#ifndef LWMEM_OPTS_HDR_H
#define LWMEM_OPTS_HDR_H

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v2.2.0
* Version: v2.2.1
*/
#ifndef LWMEM_SYS_HDR_H
#define LWMEM_SYS_HDR_H

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v2.2.0
* Version: v2.2.1
*/
#include "lwmem/lwmem.h"
#include <limits.h>

View File

@ -29,5 +29,5 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v2.2.0
* Version: v2.2.1
*/

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v2.2.0
* Version: v2.2.1
*/
#include "system/lwmem_sys.h"

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v2.2.0
* Version: v2.2.1
*/
#include "system/lwmem_sys.h"

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v2.2.0
* Version: v2.2.1
*/
#include "system/lwmem_sys.h"