From d1c4a94d40ab54bad8ee3f9fe6a52a008db75720 Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Thu, 15 Jun 2023 16:01:48 +0700 Subject: [PATCH] [*] Updated cellframe-sdk: Fixed SEGFAULT in command token_decl from token type CF20. Up version node to 5.2-166. --- cellframe-sdk | 2 +- version.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cellframe-sdk b/cellframe-sdk index d314541d5..dd2cdff29 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit d314541d5df33ef9f556749a3b12fbfc2a09d938 +Subproject commit dd2cdff29c946e298b9a119344ff983aa41f596c diff --git a/version.mk b/version.mk index 3bedcc596..22b3a8633 100644 --- a/version.mk +++ b/version.mk @@ -1,3 +1,3 @@ VERSION_MAJOR=5 VERSION_MINOR=2 -VERSION_PATCH=165 +VERSION_PATCH=166 -- GitLab