diff --git a/dev/VisualStudio/lwmem_config.h b/dev/VisualStudio/lwmem_config.h index e86c83c..6802fb0 100644 --- a/dev/VisualStudio/lwmem_config.h +++ b/dev/VisualStudio/lwmem_config.h @@ -29,7 +29,7 @@ * This file is part of Lightweight dynamic memory manager library. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #ifndef LWMEM_HDR_CONFIG_H #define LWMEM_HDR_CONFIG_H diff --git a/examples/stm32l496g-discovery/lwmem/inc/lwmem_config.h b/examples/stm32l496g-discovery/lwmem/inc/lwmem_config.h index 5c70460..2c25c35 100644 --- a/examples/stm32l496g-discovery/lwmem/inc/lwmem_config.h +++ b/examples/stm32l496g-discovery/lwmem/inc/lwmem_config.h @@ -29,7 +29,7 @@ * This file is part of LwMEM - Lightweight dynamic memory manager library. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #ifndef LWMEM_HDR_CONFIG_H #define LWMEM_HDR_CONFIG_H diff --git a/examples/stm32l496g-discovery/lwmem/inc/main.h b/examples/stm32l496g-discovery/lwmem/inc/main.h index 21b0af0..28d3496 100644 --- a/examples/stm32l496g-discovery/lwmem/inc/main.h +++ b/examples/stm32l496g-discovery/lwmem/inc/main.h @@ -27,7 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #ifndef __MAIN_H #define __MAIN_H diff --git a/examples/stm32l496g-discovery/lwmem/src/main.c b/examples/stm32l496g-discovery/lwmem/src/main.c index 66bbc92..4a242ca 100644 --- a/examples/stm32l496g-discovery/lwmem/src/main.c +++ b/examples/stm32l496g-discovery/lwmem/src/main.c @@ -27,7 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #include "main.h" #include "lwmem/lwmem.h" diff --git a/examples/stm32l496g-discovery/lwmem_RTOS/inc/lwmem_config.h b/examples/stm32l496g-discovery/lwmem_RTOS/inc/lwmem_config.h index 1ecf551..05f8ddc 100644 --- a/examples/stm32l496g-discovery/lwmem_RTOS/inc/lwmem_config.h +++ b/examples/stm32l496g-discovery/lwmem_RTOS/inc/lwmem_config.h @@ -29,7 +29,7 @@ * This file is part of LwMEM - Lightweight dynamic memory manager library. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #ifndef LWMEM_HDR_CONFIG_H #define LWMEM_HDR_CONFIG_H diff --git a/examples/stm32l496g-discovery/lwmem_RTOS/inc/main.h b/examples/stm32l496g-discovery/lwmem_RTOS/inc/main.h index 21b0af0..28d3496 100644 --- a/examples/stm32l496g-discovery/lwmem_RTOS/inc/main.h +++ b/examples/stm32l496g-discovery/lwmem_RTOS/inc/main.h @@ -27,7 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #ifndef __MAIN_H #define __MAIN_H diff --git a/examples/stm32l496g-discovery/lwmem_RTOS/src/main.c b/examples/stm32l496g-discovery/lwmem_RTOS/src/main.c index 3d69c31..b8ceade 100644 --- a/examples/stm32l496g-discovery/lwmem_RTOS/src/main.c +++ b/examples/stm32l496g-discovery/lwmem_RTOS/src/main.c @@ -27,7 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #include "main.h" #include "cmsis_os.h" diff --git a/lwmem/src/include/lwmem/lwmem.h b/lwmem/src/include/lwmem/lwmem.h index c84e41a..bf433a1 100644 --- a/lwmem/src/include/lwmem/lwmem.h +++ b/lwmem/src/include/lwmem/lwmem.h @@ -29,7 +29,7 @@ * This file is part of LwMEM - Lightweight dynamic memory manager library. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #ifndef LWMEM_HDR_H #define LWMEM_HDR_H diff --git a/lwmem/src/include/lwmem/lwmem_config_default.h b/lwmem/src/include/lwmem/lwmem_config_default.h index 9de19c9..4c7a210 100644 --- a/lwmem/src/include/lwmem/lwmem_config_default.h +++ b/lwmem/src/include/lwmem/lwmem_config_default.h @@ -29,7 +29,7 @@ * This file is part of LwMEM - Lightweight dynamic memory manager library. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #ifndef LWMEM_HDR_CONFIG_DEFAULT_H #define LWMEM_HDR_CONFIG_DEFAULT_H diff --git a/lwmem/src/include/lwmem/lwmem_config_template.h b/lwmem/src/include/lwmem/lwmem_config_template.h index 5c70460..2c25c35 100644 --- a/lwmem/src/include/lwmem/lwmem_config_template.h +++ b/lwmem/src/include/lwmem/lwmem_config_template.h @@ -29,7 +29,7 @@ * This file is part of LwMEM - Lightweight dynamic memory manager library. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #ifndef LWMEM_HDR_CONFIG_H #define LWMEM_HDR_CONFIG_H diff --git a/lwmem/src/include/system/lwmem_sys.h b/lwmem/src/include/system/lwmem_sys.h index 3196db6..325a579 100644 --- a/lwmem/src/include/system/lwmem_sys.h +++ b/lwmem/src/include/system/lwmem_sys.h @@ -29,7 +29,7 @@ * This file is part of LwMEM - Lightweight dynamic memory manager library. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #ifndef LWMEM_HDR_SYS_H #define LWMEM_HDR_SYS_H diff --git a/lwmem/src/lwmem/lwmem.c b/lwmem/src/lwmem/lwmem.c index 3218b70..e248699 100644 --- a/lwmem/src/lwmem/lwmem.c +++ b/lwmem/src/lwmem/lwmem.c @@ -29,7 +29,7 @@ * This file is part of LwMEM - Lightweight dynamic memory manager library. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #include "lwmem/lwmem.h" #include diff --git a/lwmem/src/system/lwmem_sys_cmsis_os.c b/lwmem/src/system/lwmem_sys_cmsis_os.c index d756980..69f1a56 100644 --- a/lwmem/src/system/lwmem_sys_cmsis_os.c +++ b/lwmem/src/system/lwmem_sys_cmsis_os.c @@ -29,7 +29,7 @@ * This file is part of LwMEM - Lightweight dynamic memory manager library. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #include "system/lwmem_sys.h" diff --git a/lwmem/src/system/lwmem_sys_template.c b/lwmem/src/system/lwmem_sys_template.c index 0fe38b0..b0440fb 100644 --- a/lwmem/src/system/lwmem_sys_template.c +++ b/lwmem/src/system/lwmem_sys_template.c @@ -29,7 +29,7 @@ * This file is part of LwMEM - Lightweight dynamic memory manager library. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #include "system/lwmem_sys.h" diff --git a/lwmem/src/system/lwmem_sys_win32.c b/lwmem/src/system/lwmem_sys_win32.c index 58a453a..fff477a 100644 --- a/lwmem/src/system/lwmem_sys_win32.c +++ b/lwmem/src/system/lwmem_sys_win32.c @@ -29,7 +29,7 @@ * This file is part of LwMEM - Lightweight dynamic memory manager library. * * Author: Tilen MAJERLE - * Version: v1.1 + * Version: $_version_$ */ #include "system/lwmem_sys.h"