Update library.json and set version to 1.6.1

This commit is contained in:
Tilen Majerle 2021-12-19 14:36:22 +01:00
parent 5b68af677c
commit 3b7fed1a5d
8 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "LwMEM",
"version": "1.6.0",
"version": "1.6.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": {
@ -24,11 +24,11 @@
"export": {
"exclude": [
".github",
"dev"
"dev",
"docs",
"**/.vs",
"**/Debug",
"build",
"build"
]
}
}

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0
* Version: v1.6.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: v1.6.0
* Version: v1.6.1
*/
#ifndef LWMEM_HDR_OPT_H
#define LWMEM_HDR_OPT_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: v1.6.0
* Version: v1.6.1
*/
#ifndef LWMEM_HDR_OPTS_H
#define LWMEM_HDR_OPTS_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: v1.6.0
* Version: v1.6.1
*/
#ifndef LWMEM_HDR_SYS_H
#define LWMEM_HDR_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: v1.6.0
* Version: v1.6.1
*/
#include <limits.h>
#include <string.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: v1.6.0
* Version: v1.6.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: v1.6.0
* Version: v1.6.1
*/
#include "system/lwmem_sys.h"