From 3aea5edbbc812115d6789b237d212563139e649d Mon Sep 17 00:00:00 2001 From: "pavel.uhanov" <pavel.uhanov@demlabs.net> Date: Fri, 15 Mar 2024 06:42:55 +0300 Subject: [PATCH] [*] fix --- cellframe-sdk | 2 +- dap-sdk | 2 +- python-cellframe | 2 +- sources/main.c | 4 ++-- sources/main_node_cli.c | 4 ++-- sources/main_node_tool.c | 4 ++-- sources/node_manager.c | 4 ++-- sources/node_manager.h | 4 ++-- version.mk | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cellframe-sdk b/cellframe-sdk index 0a5e16d02..f8dd5bd0f 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit 0a5e16d0238ebbf9b09aa66e5a082bda614d5282 +Subproject commit f8dd5bd0fe75458e74056e9f18bd62e7c2263dcd diff --git a/dap-sdk b/dap-sdk index 41495d63e..509703296 160000 --- a/dap-sdk +++ b/dap-sdk @@ -1 +1 @@ -Subproject commit 41495d63edd7d3e01b6e7f3204adc1bf29676fda +Subproject commit 509703296116e4fe4ec832e7c4fe421cc23f0eaa diff --git a/python-cellframe b/python-cellframe index 0976a3b40..402c312fa 160000 --- a/python-cellframe +++ b/python-cellframe @@ -1 +1 @@ -Subproject commit 0976a3b405ba658c084d9ab80b94c6b0507f1985 +Subproject commit 402c312fa07852ebfc4f5482390d1df59a4bf776 diff --git a/sources/main.c b/sources/main.c index 6cb845c1c..4da594f1d 100755 --- a/sources/main.c +++ b/sources/main.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2020 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/sources/main_node_cli.c b/sources/main_node_cli.c index 73bcf2ad2..c3b7c71ba 100644 --- a/sources/main_node_cli.c +++ b/sources/main_node_cli.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/sources/main_node_tool.c b/sources/main_node_tool.c index 55fb5dd0a..c41caa8e9 100644 --- a/sources/main_node_tool.c +++ b/sources/main_node_tool.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/sources/node_manager.c b/sources/node_manager.c index e5dfff201..dd8eb7c33 100644 --- a/sources/node_manager.c +++ b/sources/node_manager.c @@ -2,9 +2,9 @@ Copyright (c) 2017-2018 (c) Project "DeM Labs Inc" https://github.com/demlabsinc All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/sources/node_manager.h b/sources/node_manager.h index 64ce196a7..70aba2381 100644 --- a/sources/node_manager.h +++ b/sources/node_manager.h @@ -2,9 +2,9 @@ Copyright (c) 2017-2018 (c) Project "DeM Labs Inc" https://github.com/demlabsinc All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/version.mk b/version.mk index 739bb91e4..018b99346 100644 --- a/version.mk +++ b/version.mk @@ -1,3 +1,3 @@ VERSION_MAJOR=5 VERSION_MINOR=3 -VERSION_PATCH=78 +VERSION_PATCH=79 -- GitLab